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
官方URL 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"
    ]
}