Jabra ChromeHost (Chrome Extension)

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

Wat is Jabra ChromeHost (Chrome Extension)?

Jabra ChromeHost (Chrome Extension) is een Chrome-extensie ontwikkeld door Jabra Developer Zone, en de belangrijkste functie is "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Jabra ChromeHost (Chrome Extension)

Download Jabra ChromeHost (Chrome Extension)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Jabra ChromeHost (Chrome Extension) Jabra ChromeHost (Chrome Extension)
ID okpeabepajdgiepelmhkfhkjlhhmofma
Officiële URL https://chromewebstore.google.com/detail/jabra-chromehost-chrome-e/okpeabepajdgiepelmhkfhkjlhhmofma
Beschrijving Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.
Bestandsgrootte 15.86 KB
Aantal Installaties 86,825
Huidige Versie 2.3.0
Laatst Bijgewerkt 2023-01-25
Publicatiedatum 2019-05-28
Beoordeling 2.94/5 Totaal 18 Beoordelingen
Ontwikkelaar Jabra Developer Zone
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://developer.jabra.com/site/global/sdk/browser/index.gsp
Help Pagina-URL https://developer.jabra.com/site/global/support/index.gsp
Ondersteunde Talen 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"
    ]
}