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 |
Eメール | [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\/*" ] } } |