Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Wat is Telavox CTI Notification Handler?
Telavox CTI Notification Handler is een Chrome-extensie ontwikkeld door Telavox AB, en de belangrijkste functie is "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".
Extensie Screenshots
Download het CRX-bestand van de extensie Telavox CTI Notification Handler
Download Telavox CTI Notification Handler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Basisinformatie over de Extensie
Naam | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Officiële URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Beschrijving | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
Bestandsgrootte | 16.22 KB |
Aantal Installaties | 347 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-01-17 |
Publicatiedatum | 2021-04-20 |
Ontwikkelaar | Telavox AB |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://telavox.com |
Ondersteunde Talen | 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 } |