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 |
官方URL | 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" } } |