Live Chat Connect
Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Vad är Live Chat Connect?
Live Chat Connect är en Chrome-tillägg utvecklad av http://visitlead.com, och dess huvudfunktion är "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".
Tilläggsskärmbilder
Ladda ner Live Chat Connect-förlängningens CRX-fil
Ladda ner Live Chat Connect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | lojhmlhankbnpjbndpggghoobmiihbgn |
Officiell webbadress | https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn |
Beskrivning | Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ... |
Filstorlek | 28.3 KB |
Antal Installationer | 153 |
Aktuell Version | 1.0.6 |
Senast Uppdaterad | 2016-10-24 |
Publiceringsdatum | 2016-10-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://visitlead.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://visitlead.com |
Stödda Språk | 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\/*" ] } } |