Live Chat Connect

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

Cos'è Live Chat Connect?

Live Chat Connect è un'estensione di Chrome sviluppata da http://visitlead.com, e la sua funzione principale è "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Chat Connect

Scarica i file di estensione Live Chat Connect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
URL Ufficiale https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Descrizione Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Dimensione del File 28.3 KB
Conteggio Installazioni 153
Versione Corrente 1.0.6
Ultimo Aggiornamento 2016-10-24
Data di Pubblicazione 2016-10-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://visitlead.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://visitlead.com
Lingue Supportate 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\/*"
        ]
    }
}