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 |
官方網址 | 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\/*" ] } } |