Jabra ChromeHost (Chrome Extension)

Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.

What is Jabra ChromeHost (Chrome Extension)?

Jabra ChromeHost (Chrome Extension) is a Chrome extension developed by Jabra Developer Zone, and its main feature is "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.".

Extension Screenshots

screenshot

Download Jabra ChromeHost (Chrome Extension) Extension CRX File

Download Jabra ChromeHost (Chrome Extension) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Jabra ChromeHost (Chrome Extension) Jabra ChromeHost (Chrome Extension)
ID okpeabepajdgiepelmhkfhkjlhhmofma
Official URL https://chromewebstore.google.com/detail/jabra-chromehost-chrome-e/okpeabepajdgiepelmhkfhkjlhhmofma
Description Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.
File Size 15.86 KB
Installation Count 86,825
Current Version 2.3.0
Last Updated 2023-01-25
Publish Date 2019-05-28
Rating 2.94/5 Total 18 Ratings
Developer Jabra Developer Zone
Email [email protected]
Payment Type free
Extension Website https://developer.jabra.com/site/global/sdk/browser/index.gsp
Help Page URL https://developer.jabra.com/site/global/support/index.gsp
Supported Languages 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"
    ]
}