SFR Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

SFR Dispatch Plugin là gì?

SFR Dispatch Plugin là một tiện ích mở rộng Chrome được phát triển bởi sqab66, và tính năng chính của nó là "Allows use of Motorola Solutions Dispatch plugin Manifest3".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SFR Dispatch Plugin

Tải xuống các tệp mở rộng SFR Dispatch Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SFR Dispatch Plugin SFR Dispatch Plugin
ID nijkaiidjdhamaejnboejnnohigejlnp
URL Chính Thức https://chromewebstore.google.com/detail/sfr-dispatch-plugin/nijkaiidjdhamaejnboejnnohigejlnp
Mô tả Allows use of Motorola Solutions Dispatch plugin Manifest3
Kích Thước Tệp 35.69 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2022-10-18
Nhà Phát Triển sqab66
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}