Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Live Helper Chat क्या है?

Live Helper Chat https://livehelperchat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor chat requests from Live Helper Chat without opening a chat"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Live Helper Chat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    }
}