Live Chat Connect
Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...
Live Chat Connect क्या है?
Live Chat Connect http://visitlead.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Live Chat Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lojhmlhankbnpjbndpggghoobmiihbgn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/live-chat-connect/lojhmlhankbnpjbndpggghoobmiihbgn |
विवरण | Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ... |
फ़ाइल का आकार | 28.3 KB |
स्थापना संख्या | 153 |
वर्तमान संस्करण | 1.0.6 |
अंतिम अपडेट | 2016-10-24 |
प्रकाशन तिथि | 2016-10-24 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://visitlead.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://visitlead.com |
समर्थित भाषाएँ | 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\/*" ] } } |