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 là gì?

Telavox CTI Notification Handler là một tiện ích mở rộng Chrome được phát triển bởi Telavox AB, và tính năng chính của nó là "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Telavox CTI Notification Handler

Tải xuống các tệp mở rộng Telavox CTI Notification Handler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        If you are using the Telavox CTI, then you would want this app to make sure that notifications are working properly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
URL Chính Thức https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Mô tả Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Kích Thước Tệp 16.22 KB
Số Lần Cài Đặt 347
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2022-01-17
Ngày Phát Hành 2021-04-20
Nhà Phát Triển Telavox AB
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://telavox.com
Ngôn Ngữ Được Hỗ Trợ 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
}