Is there a way to send a message to the Chrome extension from the backend server?
I'm implementing lightweight "in-extension" support for my users. If a user asks a question or submits a query, how can I respond back to the user in the extension? It's given that auth is done and the user is logged in to the extension.
If this is technically not possible, what other options can I look into?
1 Reply
use the messaging API in their docs