Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

What is Live Helper Chat?

Live Helper Chat is a Chrome extension developed by https://livehelperchat.com, and its main feature is "Monitor chat requests from Live Helper Chat without opening a chat".

Extension Screenshots

screenshot
screenshot

Download Live Helper Chat Extension CRX File

Download Live Helper Chat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
Official URL https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Description Monitor chat requests from Live Helper Chat without opening a chat
File Size 31.75 KB
Installation Count 2,513
Current Version 1.2
Last Updated 2020-10-08
Publish Date 2015-02-15
Rating 4.70/5 Total 53 Ratings
Developer https://livehelperchat.com
Email [email protected]
Payment Type free
Extension Website http://livehelperchat.com
Help Page URL http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Supported Languages 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"
    }
}