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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}