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

扩展截图

screenshot

下载Jabra Device Connector (Browser Extension)扩展crx文件

下载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"
    ]
}