Jabra Device Connector (Browser Extension)

Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.

ما هو Jabra Device Connector (Browser Extension)؟

Jabra Device Connector (Browser Extension) هو إضافة Chrome تم تطويرها بواسطة Jabra Developer Zone، والميزة الرئيسية لها هي "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Jabra Device Connector (Browser Extension)

قم بتنزيل ملفات الامتداد Jabra Device Connector (Browser Extension) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Device integration allows you to operate a web application via hardware button presses on your device. Common web applications are for example browser-based UC Clients. 

Web application requirements:
★ integrated with "Jabra SDK Library for JavaScript"

Web client requirements:
★ installed "Jabra Device Connector" on operating system (Windows/macOS/Linux)
★ installed browser Google Chrome or Microsoft Edge
★ installed browser extension "Jabra Device Connector (Browser Extension)"

Download of "Jabra Device Connector": 
★ developer.jabra.com/site/global/sdk/javascript                    

معلومات أساسية عن التمديد

الاسم Jabra Device Connector (Browser Extension) Jabra Device Connector (Browser Extension)
ID kpmedpgagnidddimmioekjdhfllmdfia
عنوان URL الرسمي https://chromewebstore.google.com/detail/jabra-device-connector-br/kpmedpgagnidddimmioekjdhfllmdfia
الوصف Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.
حجم الملف 16.31 KB
عدد التثبيتات 10,926
النسخة الحالية 1.1.7
آخر تحديث 2023-07-08
تاريخ النشر 2023-01-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Jabra Developer Zone
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://developer.jabra.com/site/global/sdk/javascript/index.gsp
عنوان صفحة المساعدة https://developer.jabra.com/site/global/support/index.gsp
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jabra Device Connector (Browser Extension)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.1.7",
    "version_name": "1.1.7",
    "description": "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.",
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "index.js"
    },
    "permissions": [
        "nativeMessaging"
    ]
}