VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

VZW Dispatch Plugin là gì?

VZW Dispatch Plugin là một tiện ích mở rộng Chrome được phát triển bởi sqvz66, 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
screenshot
screenshot

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

Tải xuống các tệp mở rộng VZW 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 VZW Dispatch Plugin VZW Dispatch Plugin
ID bkpmigocjjkmaacehnlbnmfiinhhiome
URL Chính Thức https://chromewebstore.google.com/detail/vzw-dispatch-plugin/bkpmigocjjkmaacehnlbnmfiinhhiome
Mô tả Allows use of Motorola Solutions Dispatch plugin Manifest3
Kích Thước Tệp 36.25 KB
Số Lần Cài Đặt 16
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 sqvz66
Email sqvz66@motorolasolutions.com
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": "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"
    ]
}