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) - это расширение Chrome, разработанное Jabra Developer Zone, и его основная функция - "Enables device integration in compatible web applications for Jabra devices such as headsets or speakerphones.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Jabra Device Connector (Browser Extension)

Скачайте файлы расширений 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"
    ]
}