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)是由Jabra Developer Zone開發的Chrome擴展程式,該擴展的主要功能是“Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.”。

擴展截圖

screenshot

下載Jabra ChromeHost (Chrome Extension)擴展crx文件

下載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
官方網址 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"
    ]
}