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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |