Kaizen Platform Assistant
Kaizen Platform Assistant for Google Chrome.
Kaizen Platform Assistant란 무엇입니까?
Kaizen Platform Assistant은(는) KAIZEN platform Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Kaizen Platform Assistant for Google Chrome."입니다.
확장 프로그램 스크린샷
Kaizen Platform Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This Chrome Extension is a support tool to use Kaizen Platform dramatically efficiently. You can use the GUI Editor on the almost every web sites even without embedding the JavaScript. This Extension will make the JavaScript code active virtually and make the GUI editor available to Ajax web website, the website that require a login, IP filtering, and Basic authentication without a proxy. And also, this Extension is able to change your browser's User Agent, Language and custom Test Run Condition. More information is here: https://support.kaizenplatform.net/hc/en-us/articles/206221721
확장 프로그램 기본 정보
이름 | Kaizen Platform Assistant |
ID | acmnindkplffnpamldokjjkekipobndc |
공식 URL | https://chromewebstore.google.com/detail/kaizen-platform-assistant/acmnindkplffnpamldokjjkekipobndc |
설명 | Kaizen Platform Assistant for Google Chrome. |
파일 크기 | 847 KB |
설치 횟수 | 1,106 |
현재 버전 | 0.7.0 |
최근 업데이트 | 2022-05-31 |
출시 날짜 | 2019-09-30 |
평점 | 3.83/5 총 6 개의 평점 |
개발자 | KAIZEN platform Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://kaizenplatform.net |
도움말 페이지 URL | https://support.kaizenplatform.net/hc/ja/articles/206221721 |
개인정보 보호 정책 페이지 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.7.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Kaizen Platform Assistant", "default_popup": "popup.html" }, "web_accessible_resources": [ "scripts\/kzs.js", "scripts\/editor-panel.js", "scripts\/editor-bridge.js", "scripts\/editor-inner.js", "offer_conditions.json" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscripts\/document_start.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscripts\/document_end.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage", "cookies", "webRequest", "webRequestBlocking", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "devtools_page": "devtools.html", "incognito": "split" } |