Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
Co je Live Helper Chat?
Live Helper Chat je rozšíření Chrome vyvinuté https://livehelperchat.com, a jeho hlavní funkcí je „Monitor chat requests from Live Helper Chat without opening a chat“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Live Helper Chat
Stáhněte si soubory rozšíření Live Helper Chat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
Oficiální URL | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Popis | Monitor chat requests from Live Helper Chat without opening a chat |
Velikost souboru | 31.75 KB |
Počet instalací | 2,513 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2020-10-08 |
Datum Vydání | 2015-02-15 |
Hodnocení | 4.70/5 Celkem 53 Hodnocení |
Vývojář | https://livehelperchat.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://livehelperchat.com |
URL Stránky Nápovědy | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Podporované Jazyky | 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" } } |