Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Что такое Live Helper Chat?

Live Helper Chat - это расширение Chrome, разработанное https://livehelperchat.com, и его основная функция - "Monitor chat requests from Live Helper Chat without opening a chat".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Live Helper Chat

Скачайте файлы расширений Live Helper Chat в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Live Helper Chat Live Helper Chat
ID knooimelchgpbpblfhlgkdifnabcolin
Официальный URL https://chromewebstore.google.com/detail/live-helper-chat/knooimelchgpbpblfhlgkdifnabcolin
Описание Monitor chat requests from Live Helper Chat without opening a chat
Размер файла 31.75 KB
Количество установок 2,513
Текущая Версия 1.2
Последнее Обновление 2020-10-08
Дата публикации 2015-02-15
Рейтинг 4.70/5 Всего 53 оценок
Разработчик https://livehelperchat.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://livehelperchat.com
URL страницы помощи http://livehelperchat.com/how-to-use-chrome-extension-245a.html
Поддерживаемые языки 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"
    }
}