Telavox CTI Notification Handler

Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.

Apa itu Telavox CTI Notification Handler?

Telavox CTI Notification Handler adalah ekstensi Chrome yang dikembangkan oleh Telavox AB, dan fitur utamanya adalah "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Telavox CTI Notification Handler

Unduh file ekstensi Telavox CTI Notification Handler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
URL Resmi https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Deskripsi Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Ukuran File 16.22 KB
Jumlah Instalasi 347
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-01-17
Tanggal Publikasi 2021-04-20
Pengembang Telavox AB
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://telavox.com
Bahasa yang Didukung 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
}