Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Co je Telavox CTI Notification Handler?
Telavox CTI Notification Handler je rozšíření Chrome vyvinuté Telavox AB, a jeho hlavní funkcí je „Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Telavox CTI Notification Handler
Stáhněte si soubory rozšíření Telavox CTI Notification Handler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Základní Informace o Rozšíření
Název | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Oficiální URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Popis | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Velikost souboru | 16.22 KB |
Počet instalací | 347 |
Aktuální Verze | 0.0.2 |
Poslední Aktualizace | 2022-01-17 |
Datum Vydání | 2021-04-20 |
Vývojář | Telavox AB |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://telavox.com |
Podporované Jazyky | 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 } |