Live Helper Chat

Monitor chat requests from Live Helper Chat without opening a chat

Live Helper Chat란 무엇입니까?

Live Helper Chat은(는) https://livehelperchat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Monitor chat requests from Live Helper Chat without opening a chat"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Live Helper Chat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}