Jabra ChromeHost (Chrome Extension)

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

Jabra ChromeHost (Chrome Extension)คืออะไร?

Jabra ChromeHost (Chrome Extension) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jabra Developer Zone และคุณลักษณะหลักของมันคือ "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jabra ChromeHost (Chrome Extension)

ดาวน์โหลดไฟล์ส่วนขยาย Jabra ChromeHost (Chrome 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 Browser"

★ Web client requirements:
- installed "Jabra ChromeHost" on Windows or macOS operating system
- uses either Google Chrome browser or Microsoft Edge to access the web application
- installed "Jabra ChromeHost (Chrome Extension)" in the browser

★ Download of "Jabra ChromeHost" for the operating system: 
- developer.jabra.com/site/global/sdk/browser                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Jabra ChromeHost (Chrome Extension) Jabra ChromeHost (Chrome Extension)
ID okpeabepajdgiepelmhkfhkjlhhmofma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jabra-chromehost-chrome-e/okpeabepajdgiepelmhkfhkjlhhmofma
คำอธิบาย Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.
ขนาดไฟล์ 15.86 KB
จำนวนการติดตั้ง 86,825
เวอร์ชันปัจจุบัน 2.3.0
อัปเดตครั้งล่าสุด 2023-01-25
วันที่เผยแพร่ 2019-05-28
คะแนน 2.94/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา Jabra Developer Zone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://developer.jabra.com/site/global/sdk/browser/index.gsp
URL หน้าช่วยเหลือ https://developer.jabra.com/site/global/support/index.gsp
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Jabra ChromeHost (Chrome Extension)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "2.3.0",
    "version_name": "2.3.0",
    "description": "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": [],
    "permissions": [
        "nativeMessaging"
    ],
    "optional_permissions": [
        "storage"
    ]
}