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 |
Eメール | [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 } |