Kaizen Chat Notifier
This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…
Kaizen Chat Notifier란 무엇입니까?
Kaizen Chat Notifier은(는) KAIZEN platform Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with…"입니다.
확장 프로그램 스크린샷
Kaizen Chat Notifier 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with other users in Kaizen Platform. - When there are any unread messages, the notification budge will be shown right under the icon. - The number in the budge indicates the number of unread messages you have. - When you are not logged in Kaizen Platform, it will be gyred out.
확장 프로그램 기본 정보
이름 | Kaizen Chat Notifier |
ID | ieollcnoemnbkefjpdenpolhkheggocc |
공식 URL | https://chromewebstore.google.com/detail/kaizen-chat-notifier/ieollcnoemnbkefjpdenpolhkheggocc |
설명 | This extension enables you to check new messages you have in Kaizen Chat, that is the chat tool you can use to communicate with… |
파일 크기 | 150 KB |
설치 횟수 | 21 |
현재 버전 | 0.1.11 |
최근 업데이트 | 2016-10-04 |
출시 날짜 | 2016-10-03 |
개발자 | KAIZEN platform Inc. |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://support.kaizenplatform.net/hc/articles/206262241 |
개인정보 보호 정책 페이지 URL | https://docs.kaizenplatform.net/ja/privacy |
지원되는 언어 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.11", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.kaizenplatform.net\/*" ], "js": [ "scripts\/content_script.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/*.pusher.com https:\/\/api-chat.kaizenplatform.net; object-src 'self'", "permissions": [ "tabs", "webNavigation", "alarms", "https:\/\/*.kaizenplatform.net\/" ], "browser_action": { "default_icon": { "19": "images\/icon_not_logged_in-19.png", "38": "images\/icon_not_logged_in-38.png" }, "default_title": "Kaizen Chat Notifier" } } |