Live Chat Connect
Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Hvad er Live Chat Connect?
Live Chat Connect er en Chrome-udvidelse udviklet af http://visitlead.com, og dens hovedfunktion er "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...".
Udvidelsesskærmbilleder
Download Live Chat Connect-udvidelses-CRX-fil
Download Live Chat Connect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lojhmlhankbnpjbndpggghoobmiihbgn |
Officiel URL | https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn |
Beskrivelse | Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ... |
Filstørrelse | 28.3 KB |
Antal Installationer | 153 |
Nuværende Version | 1.0.6 |
Senest Opdateret | 2016-10-24 |
Udgivelsesdato | 2016-10-24 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://visitlead.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://visitlead.com |
Understøttede Sprog | 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\/*" ] } } |