iPECS ONE Click to Dial

iPECS ONE Extension for Click to Dial

O que é iPECS ONE Click to Dial?

iPECS ONE Click to Dial é uma extensão do Chrome desenvolvida por Ericsson LG Enterprise, e sua principal característica é "iPECS ONE Extension for Click to Dial".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iPECS ONE Click to Dial

Baixe arquivos de extensão iPECS ONE Click to Dial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição iPECS ONE Extension for Click to Dial
Tamanho do Arquivo 64.54 KB
Contagem de Instalações 1,856
Versão Atual 1.0.6
Última Atualização 2024-02-28
Data de Publicação 2022-06-23
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Ericsson LG Enterprise
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}