Kaizan

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

Kaizanคืออะไร?

Kaizan เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kaizan.ai และคุณลักษณะหลักของมันคือ "Guiding companies on what they need to do to retain and grow clients."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kaizan

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}