Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
Live Helper Chatคืออะไร?
Live Helper Chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://livehelperchat.com และคุณลักษณะหลักของมันคือ "Monitor chat requests from Live Helper Chat without opening a chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live Helper Chat
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |