Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Co to jest Telavox CTI Notification Handler?
Telavox CTI Notification Handler to rozszerzenie Chrome opracowane przez Telavox AB, a jego główną funkcją jest „Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Telavox CTI Notification Handler
Pobierz pliki rozszerzeń Telavox CTI Notification Handler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Podstawowe informacje o rozszerzeniu
Nazwa | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Oficjalny URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Opis | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Rozmiar pliku | 16.22 KB |
Liczba instalacji | 347 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2022-01-17 |
Data Publikacji | 2021-04-20 |
Deweloper | Telavox AB |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://telavox.com |
Obsługiwane Języki | 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 } |