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