Telavox CTI Notification Handler

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

Vad är Telavox CTI Notification Handler?

Telavox CTI Notification Handler är en Chrome-tillägg utvecklad av Telavox AB, och dess huvudfunktion är "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.".

Tilläggsskärmbilder

screenshot

Ladda ner Telavox CTI Notification Handler-förlängningens CRX-fil

Ladda ner Telavox CTI Notification Handler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Telavox CTI Notification Handler Telavox CTI Notification Handler
ID bdoamjmdnbhgodgonekmefjneeohapkj
Officiell webbadress https://chromewebstore.google.com/detail/telavox-cti-notification/bdoamjmdnbhgodgonekmefjneeohapkj
Beskrivning Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from.
Filstorlek 16.22 KB
Antal Installationer 347
Aktuell Version 0.0.2
Senast Uppdaterad 2022-01-17
Publiceringsdatum 2021-04-20
Utvecklare Telavox AB
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://telavox.com
Stödda Språk 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
}