call_extension
Send JSON messages between browser extensions via the BTAP service worker, enabling cross-extension communication even when no tabs are open.
Instructions
Send a JSON message from the BTAP extension service worker to another installed extension. The target must be enabled and list this BTAP extension in externally_connectable. Works with no tabs open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | ||
| extension_id | Yes | ||
| message_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||