iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

¿Qué es iPECS ONE Click to Dial?

iPECS ONE Click to Dial es una extensión de Chrome desarrollada por Ericsson LG Enterprise, y su función principal es "iPECS ONE Extension for Click to Dial".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión iPECS ONE Click to Dial

Descarga archivos de extensión iPECS ONE Click to Dial en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre iPECS ONE Click to Dial iPECS ONE Click to Dial
ID cbeapjoacbchooidbnacdahfkennpoff
URL Oficial https://chromewebstore.google.com/detail/ipecs-one-click-to-dial/cbeapjoacbchooidbnacdahfkennpoff
Descripción iPECS ONE Extension for Click to Dial
Tamaño del Archivo 64.54 KB
Cantidad de Instalaciones 1,856
Versión Actual 1.0.6
Última Actualización 2024-02-28
Fecha de Publicación 2022-06-23
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Ericsson LG Enterprise
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}