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

크롬 확장 프로그램을 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 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"
    ]
}