Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
Live Helper Chat là gì?
Live Helper Chat là một tiện ích mở rộng Chrome được phát triển bởi https://livehelperchat.com, và tính năng chính của nó là "Monitor chat requests from Live Helper Chat without opening a chat".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Live Helper Chat
Tải xuống các tệp mở rộng Live Helper Chat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
URL Chính Thức | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Mô tả | Monitor chat requests from Live Helper Chat without opening a chat |
Kích Thước Tệp | 31.75 KB |
Số Lần Cài Đặt | 2,513 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-10-08 |
Ngày Phát Hành | 2015-02-15 |
Đánh Giá | 4.70/5 Tổng số 53 Đánh Giá |
Nhà Phát Triển | https://livehelperchat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://livehelperchat.com |
URL Trang Trợ Giúp | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |