Live Helper Chat
Monitor chat requests from Live Helper Chat without opening a chat
Co to jest Live Helper Chat?
Live Helper Chat to rozszerzenie Chrome opracowane przez https://livehelperchat.com, a jego główną funkcją jest „Monitor chat requests from Live Helper Chat without opening a chat”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Live Helper Chat
Pobierz pliki rozszerzeń Live Helper Chat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Live Helper Chat |
ID | knooimelchgpbpblfhlgkdifnabcolin |
Oficjalny URL | https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin |
Opis | Monitor chat requests from Live Helper Chat without opening a chat |
Rozmiar pliku | 31.75 KB |
Liczba instalacji | 2,513 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2020-10-08 |
Data Publikacji | 2015-02-15 |
Ocena | 4.70/5 Łącznie 53 Oceny |
Deweloper | https://livehelperchat.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://livehelperchat.com |
Adres URL Strony Pomocy | http://livehelperchat.com/how-to-use-chrome-extension-245a.html |
Obsługiwane Języki | 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" } } |