SFR Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

What is SFR Dispatch Plugin?

SFR Dispatch Plugin is a Chrome extension developed by sqab66, and its main feature is "Allows use of Motorola Solutions Dispatch plugin Manifest3".

Extension Screenshots

screenshot

Download SFR Dispatch Plugin Extension CRX File

Download SFR Dispatch Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This Plugin lets you open inbound and outbound audio              connections to Kodiak PoC Server for Building conference calls, push-to-talk systems, etc all from the browser.                    

Extension Basic Information

Name SFR Dispatch Plugin SFR Dispatch Plugin
ID nijkaiidjdhamaejnboejnnohigejlnp
Official URL https://chromewebstore.google.com/detail/sfr-dispatch-plugin/nijkaiidjdhamaejnboejnnohigejlnp
Description Allows use of Motorola Solutions Dispatch plugin Manifest3
File Size 35.69 KB
Installation Count 29
Current Version 1.1
Last Updated 2022-10-18
Publish Date 2022-10-18
Developer sqab66
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFR Dispatch Plugin",
    "version": "1.1",
    "manifest_version": 3,
    "description": "Allows use of Motorola Solutions Dispatch plugin Manifest3",
    "icons": {
        "128": "ExtensionIcon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "ExtensionIcon.png",
        "default_popup": "show.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "wyrmhole.js",
                "wyrmhole-page.js",
                "FireBreathPromise.js",
                "firewyrm.js",
                "insertJs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "nativeMessaging"
    ]
}