Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
¿Qué es Live Helper Chat?
Live Helper Chat es una extensión de Chrome desarrollada por https://livehelperchat.com, y su función principal es "Monitor chat requests from Live Helper Chat without opening a chat".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Live Helper Chat
Descarga archivos de extensión Live Helper Chat en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
URL Oficial | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Descripción | Monitor chat requests from Live Helper Chat without opening a chat |
Tamaño del Archivo | 31.75 KB |
Cantidad de Instalaciones | 2,513 |
Versión Actual | 1.2 |
Última Actualización | 2020-10-08 |
Fecha de Publicación | 2015-02-15 |
Calificación | 4.70/5 Total de 53 Calificaciones |
Desarrollador | https://livehelperchat.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://livehelperchat.com |
URL de la Página de Ayuda | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Idiomas Soportados | 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" } } |