VZW Dispatch Plugin

Allows use of Motorola Solutions Dispatch plugin Manifest3

VZW Dispatch Pluginคืออะไร?

VZW Dispatch Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sqvz66 และคุณลักษณะหลักของมันคือ "Allows use of Motorola Solutions Dispatch plugin Manifest3"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VZW Dispatch Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}