Kaizen Platform Assistant
Kaizen Platform Assistant for Google Chrome.
Kaizen Platform Assistantคืออะไร?
Kaizen Platform Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KAIZEN platform Inc. และคุณลักษณะหลักของมันคือ "Kaizen Platform Assistant for Google Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaizen Platform Assistant
ดาวน์โหลดไฟล์ส่วนขยาย Kaizen Platform Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |