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;

Το Telavox CTI Notification Handler είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Telavox AB, και η κύρια λειτουργία του είναι "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Telavox CTI Notification Handler

Λήψη αρχείων επέκτασης Telavox CTI Notification Handler σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
Επίσημο URL https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Περιγραφή Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Μέγεθος Αρχείου 16.22 KB
Αριθμός Εγκαταστάσεων 347
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2022-01-17
Ημερομηνία Δημοσίευσης 2021-04-20
Προγραμματιστής Telavox AB
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://telavox.com
Υποστηριζόμενες Γλώσσες 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
}