Telavox CTI Notification Handler
Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
什么是Telavox CTI Notification Handler?
Telavox CTI Notification Handler是由Telavox AB开发的Chrome扩展程序,该扩展的主要功能是“Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.”。
扩展截图
下载Telavox CTI Notification Handler扩展crx文件
下载Telavox CTI Notification Handler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.
扩展基本信息
名称 | Telavox CTI Notification Handler |
ID | bdoamjmdnbhgodgonekmefjneeohapkj |
官方URL | https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj |
简介 | Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from. |
文件大小 | 16.22 KB |
安装次数 | 347 |
当前版本 | 0.0.2 |
更新时间 | 2022-01-17 |
上架时间 | 2021-04-20 |
开发者 | Telavox AB |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://telavox.com |
支持的语言 | 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 } |