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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}