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.”。

擴展截圖

screenshot

下載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 Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
官方網址 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
}