Live Chat Connect

Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...

O que é Live Chat Connect?

Live Chat Connect é uma extensão do Chrome desenvolvida por http://visitlead.com, e sua principal característica é "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Live Chat Connect

Baixe arquivos de extensão Live Chat Connect 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

                                            

Informações Básicas da Extensão

Nome Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
URL Oficial https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Descrição Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Tamanho do Arquivo 28.3 KB
Contagem de Instalações 153
Versão Atual 1.0.6
Última Atualização 2016-10-24
Data de Publicação 2016-10-24
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://visitlead.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://visitlead.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Live Chat Connect",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/VISITLEAD.com",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/index.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-22.png",
        "default_title": "Focus Live Chat Tab"
    },
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ],
    "web_accessible_resources": [
        "images\/icon-48.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.visitlead.com\/*",
            "*:\/\/app.visitlead.local\/*"
        ]
    }
}