VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

Was ist VZW Dispatch Plugin?

VZW Dispatch Plugin ist eine Chrome-Erweiterung, die von sqvz66 entwickelt wurde, und ihr Hauptmerkmal ist "Allows use of Motorola Solutions Dispatch plugin Manifest3".

Erweiterungsscreenshots

screenshot

VZW Dispatch Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie VZW Dispatch Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name VZW Dispatch Plugin VZW Dispatch Plugin
ID bkpmigocjjkmaacehnlbnmfiinhhiome
Offizielle URL https://chromewebstore.google.com/detail/vzw-dispatch-plugin/bkpmigocjjkmaacehnlbnmfiinhhiome
Beschreibung Allows use of Motorola Solutions Dispatch plugin Manifest3
Dateigröße 36.25 KB
Installationsanzahl 16
Aktuelle Version 1.1
Letztes Update 2022-10-18
Veröffentlichungsdatum 2022-10-18
Entwickler sqvz66
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}