'Communication between multiple users of one extension
I am planning on building an chrome extension that would allow 2+ users communication on different devices. Basically one user would fill out the textarea and send encrypted (if needed) message and the other user would receive it and decrypt.
I am wondering if there's an API that would allow for such communication. (I'm pretty sure neither broadcast channels or chrome.runtime.messages doesn't work in this scenario.).
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
