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 Telavox AB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that handles navigation to tabs in your browser where the Telavox CTI has sent notifications from."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Telavox CTI Notification Handler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}