Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Cos'è Live Helper Chat?

Live Helper Chat è un'estensione di Chrome sviluppata da https://livehelperchat.com, e la sua funzione principale è "Monitor chat requests from Live Helper Chat without opening a chat".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Helper Chat

Scarica i file di estensione Live Helper Chat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
URL Ufficiale https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Descrizione Monitor chat requests from Live Helper Chat without opening a chat
Dimensione del File 31.75 KB
Conteggio Installazioni 2,513
Versione Corrente 1.2
Ultimo Aggiornamento 2020-10-08
Data di Pubblicazione 2015-02-15
Valutazione 4.70/5 Totale 53 Valutazioni
Sviluppatore https://livehelperchat.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://livehelperchat.com
URL della Pagina di Aiuto http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Lingue Supportate 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"
    }
}