Telavox CTI Notification Handler

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

¿Qué es Telavox CTI Notification Handler?

Telavox CTI Notification Handler es una extensión de Chrome desarrollada por Telavox AB, y su función principal es "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Telavox CTI Notification Handler

Descarga archivos de extensión Telavox CTI Notification Handler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
URL Oficial https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Descripción Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Tamaño del Archivo 16.22 KB
Cantidad de Instalaciones 347
Versión Actual 0.0.2
Última Actualización 2022-01-17
Fecha de Publicación 2021-04-20
Desarrollador Telavox AB
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://telavox.com
Idiomas Soportados 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
}