Web UC C2D

Click to dial for WebUC/WebCTI

Co to jest Web UC C2D?

Web UC C2D to rozszerzenie Chrome opracowane przez Plustel Limited, a jego główną funkcją jest „Click to dial for WebUC/WebCTI”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Web UC C2D

Pobierz pliki rozszerzeń Web UC C2D w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Working in conjunction with your Hosted PBX seat and the WebUC phone or WebCTI, use this extension to have any telephone numbers in web pages changed to a click-2-dial link.

When web page numbers are clicked, a call will be initiated from your Hosted PBX extension being used on the same computer where the WebUC phone or WebCTI is loaded and registered to our platform.                    

Podstawowe informacje o rozszerzeniu

Nazwa Web UC C2D Web UC C2D
ID gihpifcapfklpcdjajanldoacmkdemmn
Oficjalny URL https://chromewebstore.google.com/detail/web-uc-c2d/gihpifcapfklpcdjajanldoacmkdemmn
Opis Click to dial for WebUC/WebCTI
Rozmiar pliku 78.79 KB
Liczba instalacji 126
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-28
Data Publikacji 2020-06-16
Deweloper Plustel Limited
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://plustel.co.uk/privacy.html
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web UC C2D",
    "description": "Click to dial for WebUC\/WebCTI",
    "version": "1.3",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.login1.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ucweb19.png",
            "38": "images\/ucweb38.png"
        }
    },
    "icons": {
        "16": "images\/ucweb16.png",
        "48": "images\/ucweb48.png",
        "128": "images\/ucweb128.png"
    }
}