VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

Cos'è VZW Dispatch Plugin?

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

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione VZW Dispatch Plugin

Scarica i file di estensione VZW 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 VZW Dispatch Plugin VZW Dispatch Plugin
ID bkpmigocjjkmaacehnlbnmfiinhhiome
URL Ufficiale https://chromewebstore.google.com/detail/vzw-dispatch-plugin/bkpmigocjjkmaacehnlbnmfiinhhiome
Descrizione Allows use of Motorola Solutions Dispatch plugin Manifest3
Dimensione del File 36.25 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-10-18
Sviluppatore sqvz66
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VZW 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"
    ]
}