iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

Cos'è iPECS ONE Click to Dial?

iPECS ONE Click to Dial è un'estensione di Chrome sviluppata da Ericsson LG Enterprise, e la sua funzione principale è "iPECS ONE Extension for Click to Dial".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iPECS ONE Click to Dial

Scarica i file di estensione iPECS ONE Click to Dial in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
URL Ufficiale https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Descrizione iPECS ONE Extension for Click to Dial
Dimensione del File 64.54 KB
Conteggio Installazioni 1,856
Versione Corrente 1.0.6
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2022-06-23
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Ericsson LG Enterprise
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}