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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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