Live Chat Connect

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

What is Live Chat Connect?

Live Chat Connect is a Chrome extension developed by http://visitlead.com, and its main feature is "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

Extension Screenshots

screenshot
screenshot

Download Live Chat Connect Extension CRX File

Download Live Chat Connect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
Official URL https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Description Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
File Size 28.3 KB
Installation Count 153
Current Version 1.0.6
Last Updated 2016-10-24
Publish Date 2016-10-24
Rating 5.00/5 Total 2 Ratings
Developer http://visitlead.com
Email [email protected]
Payment Type free
Extension Website https://visitlead.com
Supported Languages 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\/*"
        ]
    }
}