Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
什麼是Live Helper Chat?
Live Helper Chat是由https://livehelperchat.com開發的Chrome擴展程式,該擴展的主要功能是“Monitor chat requests from Live Helper Chat without opening a chat”。
擴展截圖
下載Live Helper Chat擴展crx文件
下載Live Helper Chat擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you can't login make sure you have. 1. Must have at-least 3.46v of Live Helper Chat. 2. Minimum 7.3 PHP version. 3. Uncomment in lhc_web/index.php these two lines. // @ini_set('session.cookie_samesite', 'None'); // @ini_set('session.cookie_secure', true); 1.2v Now it can monitor your computer idle time and change your status automatically. You can change that in extension options. 1.1v Autologin also now supported. With this extension you can monitor pending chats directly from google chrome toolbar. No need to have opened Live Helper admin panel.
擴展基本資訊
名稱 | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
官方網址 | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
簡介 | Monitor chat requests from Live Helper Chat without opening a chat |
檔案大小 | 31.75 KB |
安裝次數 | 2,513 |
目前版本 | 1.2 |
更新時間 | 2020-10-08 |
上架時間 | 2015-02-15 |
評分 | 4.70/5 共 53 次評分 |
開發者 | https://livehelperchat.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://livehelperchat.com |
說明頁面URL | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Live Helper Chat", "description": "Monitor chat requests from Live Helper Chat without opening a chat", "version": "1.2", "permissions": [ "idle" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "page": "background.html" } } |