Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Was ist Telavox CTI Notification Handler?
Telavox CTI Notification Handler ist eine Chrome-Erweiterung, die von Telavox AB entwickelt wurde, und ihr Hauptmerkmal ist "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".
Erweiterungsscreenshots
Telavox CTI Notification Handler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Telavox CTI Notification Handler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Grundlegende Informationen zur Erweiterung
Name | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Offizielle URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Beschreibung | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Dateigröße | 16.22 KB |
Installationsanzahl | 347 |
Aktuelle Version | 0.0.2 |
Letztes Update | 2022-01-17 |
Veröffentlichungsdatum | 2021-04-20 |
Entwickler | Telavox AB |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://telavox.com |
Unterstützte Sprachen | 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 } |