Telavox CTI Notification Handler

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

Qu'est-ce que Telavox CTI Notification Handler ?

Telavox CTI Notification Handler est une extension Chrome développée par Telavox AB, et sa fonction principale est "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Telavox CTI Notification Handler

Téléchargez les fichiers d'extension Telavox CTI Notification Handler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
URL Officiel https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Description Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Taille du Fichier 16.22 KB
Nombre d'Installations 347
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-01-17
Date de Publication 2021-04-20
Développeur Telavox AB
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://telavox.com
Langues Prises en Charge 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
}