So I am creating a extension, they are being run on multiple "Chrome Profiles"
Chrome Profiles = In Chrome, you can make multiple chrome profiles.
So I am trying to share local storage (I am using chrome.storage.local
) in my extension to get store/get data.
Example: I have one extension and that same extension is installed on multiple chrome profiles in the same computer
Now if I click a button in my extension, so it should trigger an action in other chrome profiles in the same computer
Plus, the action should also pass the data to other chrome profiles as well.
Chrome profile #1 -- in my extension: I click a button #sayHello
Chrome profile #2, Chrome profile #3,4,5,6 should log sayHello.
What I have done so far: I think I have tried all the chrome messaging api so far.
Is there a way to do it without back-end? Any tricks/tips?
Thank you!!!
Via Active questions tagged javascript - Stack Overflow https://ift.tt/2FdjaAW
Comments
Post a Comment