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
Eメール [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"
    ]
}