Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
Wat is Live Helper Chat?
Live Helper Chat is een Chrome-extensie ontwikkeld door https://livehelperchat.com, en de belangrijkste functie is "Monitor chat requests from Live Helper Chat without opening a chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Live Helper Chat
Download Live Helper Chat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
Officiële URL | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Beschrijving | Monitor chat requests from Live Helper Chat without opening a chat |
Bestandsgrootte | 31.75 KB |
Aantal Installaties | 2,513 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2020-10-08 |
Publicatiedatum | 2015-02-15 |
Beoordeling | 4.70/5 Totaal 53 Beoordelingen |
Ontwikkelaar | https://livehelperchat.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://livehelperchat.com |
Help Pagina-URL | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Ondersteunde Talen | 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" } } |