VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

什麼是VZW Dispatch Plugin?

VZW Dispatch Plugin是由sqvz66開發的Chrome擴展程式,該擴展的主要功能是“Allows use of Motorola Solutions Dispatch plugin Manifest3”。

擴展截圖

screenshot

下載VZW Dispatch Plugin擴展crx文件

下載VZW Dispatch Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 VZW Dispatch Plugin VZW Dispatch Plugin
ID bkpmigocjjkmaacehnlbnmfiinhhiome
官方網址 https://chromewebstore.google.com/detail/vzw-dispatch-plugin/bkpmigocjjkmaacehnlbnmfiinhhiome
簡介 Allows use of Motorola Solutions Dispatch plugin Manifest3
檔案大小 36.25 KB
安裝次數 16
目前版本 1.1
更新時間 2022-10-18
上架時間 2022-10-18
開發者 sqvz66
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}