Live Chat Connect
Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Wat is Live Chat Connect?
Live Chat Connect is een Chrome-extensie ontwikkeld door http://visitlead.com, en de belangrijkste functie is "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".
Extensie Screenshots
Download het CRX-bestand van de extensie Live Chat Connect
Download Live Chat Connect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | lojhmlhankbnpjbndpggghoobmiihbgn |
Officiële URL | https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn |
Beschrijving | Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ... |
Bestandsgrootte | 28.3 KB |
Aantal Installaties | 153 |
Huidige Versie | 1.0.6 |
Laatst Bijgewerkt | 2016-10-24 |
Publicatiedatum | 2016-10-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://visitlead.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://visitlead.com |
Ondersteunde Talen | 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\/*" ] } } |