iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

Co to jest iPECS ONE Click to Dial?

iPECS ONE Click to Dial to rozszerzenie Chrome opracowane przez Ericsson LG Enterprise, a jego główną funkcją jest „iPECS ONE Extension for Click to Dial”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia iPECS ONE Click to Dial

Pobierz pliki rozszerzeń iPECS ONE Click to Dial 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

                        iPECS ONE Extension for Click to Dial for Web page and Native host.                    

Podstawowe informacje o rozszerzeniu

Nazwa iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
Oficjalny URL https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Opis iPECS ONE Extension for Click to Dial
Rozmiar pliku 64.54 KB
Liczba instalacji 1,856
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2024-02-28
Data Publikacji 2022-06-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Ericsson LG Enterprise
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/Background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/ContentPage.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "name": "iPECS ONE Click to Dial",
    "description": "iPECS ONE Extension for Click to Dial",
    "author": "iPECS ONE",
    "version": "1.0.6",
    "manifest_version": 3,
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "nativeMessaging",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "19": "images\/Icon19.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "iPECS ONE Click to Dial"
    },
    "icons": {
        "19": "images\/Icon19.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    }
}