SFR Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

Cos'è SFR Dispatch Plugin?

SFR Dispatch Plugin è un'estensione di Chrome sviluppata da sqab66, e la sua funzione principale è "Allows use of Motorola Solutions Dispatch plugin Manifest3".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SFR Dispatch Plugin

Scarica i file di estensione SFR Dispatch Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SFR Dispatch Plugin SFR Dispatch Plugin
ID nijkaiidjdhamaejnboejnnohigejlnp
URL Ufficiale https://chromewebstore.google.com/detail/sfr-dispatch-plugin/nijkaiidjdhamaejnboejnnohigejlnp
Descrizione Allows use of Motorola Solutions Dispatch plugin Manifest3
Dimensione del File 35.69 KB
Conteggio Installazioni 29
Versione Corrente 1.1
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-10-18
Sviluppatore sqab66
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}