Live Chat Connect

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

Was ist Live Chat Connect?

Live Chat Connect ist eine Chrome-Erweiterung, die von http://visitlead.com entwickelt wurde, und ihr Hauptmerkmal ist "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".

Erweiterungsscreenshots

screenshot
screenshot

Live Chat Connect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Live Chat Connect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Live Chat Connect Live Chat Connect
ID lojhmlhankbnpjbndpggghoobmiihbgn
Offizielle URL https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn
Beschreibung Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Dateigröße 28.3 KB
Installationsanzahl 153
Aktuelle Version 1.0.6
Letztes Update 2016-10-24
Veröffentlichungsdatum 2016-10-24
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://visitlead.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://visitlead.com
Unterstützte Sprachen 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\/*"
        ]
    }
}