Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Vad är Live Helper Chat?

Live Helper Chat är en Chrome-tillägg utvecklad av https://livehelperchat.com, och dess huvudfunktion är "Monitor chat requests from Live Helper Chat without opening a chat".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Live Helper Chat-förlängningens CRX-fil

Ladda ner Live Helper Chat-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
Officiell webbadress https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Beskrivning Monitor chat requests from Live Helper Chat without opening a chat
Filstorlek 31.75 KB
Antal Installationer 2,513
Aktuell Version 1.2
Senast Uppdaterad 2020-10-08
Publiceringsdatum 2015-02-15
Betyg 4.70/5 Totalt 53 Betyg
Utvecklare https://livehelperchat.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://livehelperchat.com
Hjälpsida URL http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Stödda Språk 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"
    }
}