Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Qu'est-ce que Live Helper Chat ?

Live Helper Chat est une extension Chrome développée par https://livehelperchat.com, et sa fonction principale est "Monitor chat requests from Live Helper Chat without opening a chat".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Live Helper Chat

Téléchargez les fichiers d'extension Live Helper Chat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
URL Officiel https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Description Monitor chat requests from Live Helper Chat without opening a chat
Taille du Fichier 31.75 KB
Nombre d'Installations 2,513
Version Actuelle 1.2
Dernière Mise à Jour 2020-10-08
Date de Publication 2015-02-15
Évaluation 4.70/5 Total 53 Évaluations
Développeur https://livehelperchat.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://livehelperchat.com
URL de la Page d'Aide http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Langues Prises en Charge 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"
    }
}