Telavox CTI Notification Handler

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

Hvad er Telavox CTI Notification Handler?

Telavox CTI Notification Handler er en Chrome-udvidelse udviklet af Telavox AB, og dens hovedfunktion er "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Udvidelsesskærmbilleder

screenshot

Download Telavox CTI Notification Handler-udvidelses-CRX-fil

Download Telavox CTI Notification Handler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
Officiel URL https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Beskrivelse Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Filstørrelse 16.22 KB
Antal Installationer 347
Nuværende Version 0.0.2
Senest Opdateret 2022-01-17
Udgivelsesdato 2021-04-20
Udvikler Telavox AB
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://telavox.com
Understøttede Sprog 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
}