Is it possible to send message from chrome extension to a launch agent or to a daemon in mac ?
Asked
Active
Viewed 26 times
0

Siddhant Mishra
- 346
- 1
- 15
-
1See `nativeMessaging` API. – wOxxOm Apr 02 '23 at 11:08
-
nativeMessaging spawns a new process everytime but In my case I need to connect to already running launch agent. I am now trying to use WebServer socket to achieve this . I will update my results here. Thank you – Siddhant Mishra Apr 02 '23 at 15:04