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开发的Chrome扩展程序,该扩展的主要功能是“Be connected with your Live Chat software and your website. See realtime updates about online visitors, incoming chats, ...”。
扩展截图
下载Live Chat Connect扩展crx文件
下载Live Chat Connect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
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\/*" ] } } |