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.”。

扩展截图

screenshot
screenshot
screenshot

下载Kaizen Platform Assistant扩展crx文件

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