click to call

click to call by Cebod Telecom.

O que é click to call?

click to call é uma extensão do Chrome desenvolvida por https://www.cebodtelecom.com, e sua principal característica é "click to call by Cebod Telecom.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão click to call

Baixe arquivos de extensão click to call 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

                        Dial the number directly from the browser or CRM just by clicking on the number. 

This is most flexible feature rich extension. 
- You can enable or disable for all the web site or specific web site. 
- Enable the extension only on CRM or specific web portal. 
- Login and log out from the extension.
- Disable the extension with-out logging out. 
- Verification popup to avoid accidental dialing. 
- Identifies the phone number in 10 digit and 11 digit, Starting +, spaces and dashes.                    

Informações Básicas da Extensão

Nome click to call click to call
ID aceananohppnfepjfhiodaladhlimjeh
URL Oficial https://chromewebstore.google.com/detail/click-to-call/aceananohppnfepjfhiodaladhlimjeh
Descrição click to call by Cebod Telecom.
Tamanho do Arquivo 895 KB
Contagem de Instalações 865
Versão Atual 1.0.2
Última Atualização 2020-05-09
Data de Publicação 2020-05-08
Desenvolvedor https://www.cebodtelecom.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.cebodtelecom.com
URL da Página de Ajuda https://docs.cebodtelecom.com/overview/click-to-call
URL da Página de Política de Privacidade https://www.cebodtelecom.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "click to call",
    "short_name": "click to call",
    "version": "1.0.2",
    "description": "click to call by Cebod Telecom.",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "\/config.js",
            "\/assets\/js\/background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "128": "128.png"
        },
        "default_title": "click to call",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "https:\/\/api.cebodtelecom.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/content-script.js"
            ],
            "css": [
                "\/assets\/css\/content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/css\/content-script.css",
        "popup.html"
    ]
}