Live Chat Connect
Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Qu'est-ce que Live Chat Connect ?
Live Chat Connect est une extension Chrome développée par http://visitlead.com, et sa fonction principale est "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Live Chat Connect
Téléchargez les fichiers d'extension Live Chat Connect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | lojhmlhankbnpjbndpggghoobmiihbgn |
URL Officiel | 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, ... |
Taille du Fichier | 28.3 KB |
Nombre d'Installations | 153 |
Version Actuelle | 1.0.6 |
Dernière Mise à Jour | 2016-10-24 |
Date de Publication | 2016-10-24 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | http://visitlead.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://visitlead.com |
Langues Prises en Charge | 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\/*" ] } } |