Live Chat Connect

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

¿Qué es Live Chat Connect?

Live Chat Connect es una extensión de Chrome desarrollada por http://visitlead.com, y su función principal es "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Live Chat Connect

Descarga archivos de extensión Live Chat Connect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
URL Oficial https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Descripción Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Tamaño del Archivo 28.3 KB
Cantidad de Instalaciones 153
Versión Actual 1.0.6
Última Actualización 2016-10-24
Fecha de Publicación 2016-10-24
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://visitlead.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://visitlead.com
Idiomas Soportados 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\/*"
        ]
    }
}