Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
What is Telavox CTI Notification Handler?
Telavox CTI Notification Handler is a Chrome extension developed by Telavox AB, and its main feature is "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".
Extension Screenshots
Download Telavox CTI Notification Handler Extension CRX File
Download Telavox CTI Notification Handler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
Extension Basic Information
Name | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
Official URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
Description | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
File Size | 16.22 KB |
Installation Count | 347 |
Current Version | 0.0.2 |
Last Updated | 2022-01-17 |
Publish Date | 2021-04-20 |
Developer | Telavox AB |
[email protected] | |
Payment Type | free |
Extension Website | https://telavox.com |
Supported Languages | 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 } |