Kaizan

Guiding companies on what they need to do to retain and grow clients.

什么是Kaizan?

Kaizan是由Kaizan.ai开发的Chrome扩展程序,该扩展的主要功能是“Guiding companies on what they need to do to retain and grow clients.”。

扩展截图

screenshot
screenshot

下载Kaizan扩展crx文件

下载Kaizan扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Kaizan is an AI for client success teams to help them retain and grow their clients.

Kaizan assists you in managing client relationships by automating your workflows and surfacing critical information to help keep clients happy. 

Try the beta now, and see how Kaizan's AI can track your key action items, risks, decisions and opportunities from your client calls.                    

扩展基本信息

名称 Kaizan Kaizan
ID pnefchnjggoocfabdhfobihodgokfdoe
官方URL https://chromewebstore.google.com/detail/kaizan/pnefchnjggoocfabdhfobihodgokfdoe
简介 Guiding companies on what they need to do to retain and grow clients.
文件大小 2.37 MB
安装次数 260
当前版本 2023.10.26.1813
更新时间 2023-10-26
上架时间 2023-01-17
开发者 Kaizan.ai
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kaizan.ai
帮助页面URL https://help.kaizan.ai
隐私政策页面URL https://help.kaizan.ai/en/articles/6028739-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kaizan",
    "version": "2023.10.26.1813",
    "description": "Guiding companies on what they need to do to retain and grow clients.",
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "import-contentScript.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*-*-*"
            ],
            "css": [
                "bundle.css",
                "assets\/css\/fonts.css",
                "assets\/css\/vars.css",
                "assets\/css\/text-styles.css",
                "assets\/css\/simplepicker.css"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "import-rtcScript.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*-*-*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_title": "Kaizan"
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "kaizan-api-net-requests",
                "enabled": true,
                "path": "kaizan-api-net-requests.json"
            }
        ]
    },
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/app.kaizan.ai\/*\/*",
        "https:\/\/meet.google.com\/*-*-*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "rtc\/script\/index.js",
                "assets\/fonts\/*",
                "assets\/img\/*.svg"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "contentScript.js",
                "rtcScript.js"
            ],
            "matches": [
                "*:\/\/meet.google.com\/*",
                "https:\/\/app.kaizan.ai\/*",
                "https:\/\/meet.google.com\/*"
            ]
        }
    ]
}