Ottspott Click To Call

Click to call using Ottspott from any website

O que é Ottspott Click To Call?

Ottspott Click To Call é uma extensão do Chrome desenvolvida por ottspott, e sua principal característica é "Click to call using Ottspott from any website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ottspott Click To Call

Baixe arquivos de extensão Ottspott 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

                        This extension allows you to call phone numbers from any webpage using Ottspott.                    

Informações Básicas da Extensão

Nome Ottspott Click To Call Ottspott Click To Call
ID idilimgclkjijcnoplghngdfldhkpica
URL Oficial https://chromewebstore.google.com/detail/ottspott-click-to-call/idilimgclkjijcnoplghngdfldhkpica
Descrição Click to call using Ottspott from any website
Tamanho do Arquivo 217 KB
Contagem de Instalações 21
Versão Atual 0.2.8
Última Atualização 2019-04-08
Data de Publicação 2019-04-08
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor ottspott
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ottspott Click To Call",
    "version": "0.2.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/favicon.ico",
        "extension-info.json"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "components\/jquery\/dist\/jquery-3.1.0.min.js",
            "js\/ottspott.js",
            "js\/eventPages.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "components\/jquery\/dist\/jquery-3.1.0.min.js",
                "components\/jquery\/dist\/jquery-replace-text.js",
                "js\/ottspott.js",
                "js\/finders\/global_finder.js"
            ],
            "css": [
                "css\/ottspott.css"
            ],
            "exclude_matches": [
                "https:\/\/app.ottspott.co\/*",
                "https:\/\/ottspott-devel.apidaze.io\/*",
                "https:\/\/app-d8105a1f-feca-4cee-bd63-c4d765c443e3.cleverapps.io\/*",
                "https:\/\/ottspott-desktop-client-devel.apidaze.io\/*",
                "https:\/\/ottspott-desktop-client.scalingo.io\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "description": "Click to call using Ottspott from any website",
    "homepage_url": "http:\/\/ottspott.co",
    "icons": {
        "16": "\/images\/ottspott16.png",
        "48": "\/images\/ottspott48.png",
        "128": "\/images\/ottspott128.png"
    }
}