Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
O que é Live Helper Chat?
Live Helper Chat é uma extensão do Chrome desenvolvida por https://livehelperchat.com, e sua principal característica é "Monitor chat requests from Live Helper Chat without opening a chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live Helper Chat
Baixe arquivos de extensão Live Helper Chat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
URL Oficial | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Descrição | Monitor chat requests from Live Helper Chat without opening a chat |
Tamanho do Arquivo | 31.75 KB |
Contagem de Instalações | 2,513 |
Versão Atual | 1.2 |
Última Atualização | 2020-10-08 |
Data de Publicação | 2015-02-15 |
Classificação | 4.70/5 Total de 53 Avaliações |
Desenvolvedor | https://livehelperchat.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://livehelperchat.com |
URL da Página de Ajuda | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Idiomas Suportados | 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" } } |