IAT Chrome Extension

This extension allow you to make a click to call with any phone number parsed in the browser.

O que é IAT Chrome Extension?

IAT Chrome Extension é uma extensão do Chrome desenvolvida por InteractiveTel, e sua principal característica é "This extension allow you to make a click to call with any phone number parsed in the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IAT Chrome Extension

Baixe arquivos de extensão IAT Chrome Extension 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

                        You can use our extension to generate a click-to-call from your specified number to any number shown in the browser that's properly formatted.
You can click on a phone number on any webpage and either call or send SMS to it if your number is enabled for messaging.
Calls will go through InteractiveTel's system allowing the user to review and attributing it to them later in our portal.                    

Informações Básicas da Extensão

Nome IAT Chrome Extension IAT Chrome Extension
ID odcdbdodnldjbaboconmhleipaccemhj
URL Oficial https://chromewebstore.google.com/detail/iat-chrome-extension/odcdbdodnldjbaboconmhleipaccemhj
Descrição This extension allow you to make a click to call with any phone number parsed in the browser.
Tamanho do Arquivo 62.81 KB
Contagem de Instalações 182
Versão Atual 1.7.6
Última Atualização 2022-10-29
Data de Publicação 2019-10-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor InteractiveTel
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.interactivetel.com
URL da Página de Ajuda https://www.interactivetel.com
URL da Página de Política de Privacidade https://www.interactivetel.com/privacy
Idiomas Suportados en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ],
    "action": {
        "default_icon": ".\/images\/icon_128.png",
        "default_popup": "popup.html",
        "default_title": "IAT"
    },
    "description": "This extension allow you to make a click to call with any phone number parsed in the browser.",
    "manifest_version": 3,
    "name": "IAT Chrome Extension",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.6",
    "icons": {
        "32": ".\/images\/icon_32.png",
        "128": ".\/images\/icon_128.png"
    }
}