Telavox CTI Notification Handler

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

Cos'è Telavox CTI Notification Handler?

Telavox CTI Notification Handler è un'estensione di Chrome sviluppata da Telavox AB, e la sua funzione principale è "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Telavox CTI Notification Handler

Scarica i file di estensione Telavox CTI Notification Handler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
URL Ufficiale https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Descrizione Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Dimensione del File 16.22 KB
Conteggio Installazioni 347
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-01-17
Data di Pubblicazione 2021-04-20
Sviluppatore Telavox AB
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://telavox.com
Lingue Supportate 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
}