SFR Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

SFR Dispatch Pluginとは何ですか?

SFR Dispatch Pluginはsqab66によって開発されたChromeの拡張機能で、その主な機能は「Allows use of Motorola Solutions Dispatch plugin Manifest3」です。

拡張機能のスクリーンショット

screenshot

SFR Dispatch Plugin拡張機能のCRXファイルをダウンロード

SFR 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.                    

拡張機能の基本情報

名前 SFR Dispatch Plugin SFR Dispatch Plugin
ID nijkaiidjdhamaejnboejnnohigejlnp
公式URL https://chromewebstore.google.com/detail/sfr-dispatch-plugin/nijkaiidjdhamaejnboejnnohigejlnp
説明 Allows use of Motorola Solutions Dispatch plugin Manifest3
ファイルサイズ 35.69 KB
インストール数 29
現在のバージョン 1.1
最終更新日 2022-10-18
公開日 2022-10-18
開発者 sqab66
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SFR 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"
    ]
}