Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Что такое Telavox CTI Notification Handler?
Telavox CTI Notification Handler - это расширение Chrome, разработанное Telavox AB, и его основная функция - "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".
Снимки экрана расширения
Скачать файл CRX расширения Telavox CTI Notification Handler
Скачайте файлы расширений Telavox CTI Notification Handler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Основная информация о расширении
Название | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Официальный URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Описание | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Размер файла | 16.22 KB |
Количество установок | 347 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2022-01-17 |
Дата публикации | 2021-04-20 |
Разработчик | Telavox AB |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://telavox.com |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Telavox CTI Notification Handler", "description": "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.", "version": "0.0.2", "background": { "service_worker": "background.js" }, "permissions": [], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "https:\/\/*.telavox.com\/*" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |