Zuzu AI Knowledge Assistant for Chrome

Get trusted and verified Knowledge everywhere you work!

什麼是Zuzu AI Knowledge Assistant for Chrome?

Zuzu AI Knowledge Assistant for Chrome是由https://zuzu.ai開發的Chrome擴展程式,該擴展的主要功能是“Get trusted and verified Knowledge everywhere you work!”。

擴展截圖

screenshot
screenshot
screenshot

下載Zuzu AI Knowledge Assistant for Chrome擴展crx文件

下載Zuzu AI Knowledge Assistant for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Hi, I am Zuzu AI, Knowledge Assistant for your Workplace

Improve customer experience by delivering information when and where your team needs it.

*Improved Customer experience*
Boost your customer experience with our AI assistant for teams which provides consistent and accurate answer to customer queries.

*Increase Team's productivity*
Repetitive questions can eat up your agent’s valuable time. Let an AI assistant help your agents answer customer FAQs and close leads faster.

*Improved Customer Satisfaction and Sales Velocity*
Zuzu reduces time it takes to respond to customers by upto 65 percent, ultimately improving customer satisfaction and sales velocity.


*Trusted and Up-to-date Knowledge for Everyone*
Build knowledge-bases based on your product categories. Share team with always updated knowledge, trained over customer data by everyone.

*Trained over your Customer Conversations*
Add answers to your customer's queries the way they ask it. This helps you to build knowledge-base over customer data which later will be able to answer 90% of customer queries.


*Let everyone participate in customer success*
Share Knowledge-bases across all of your teams in workplace. Let your Sales, Product, and Support team work in collaborative manner to support your customers.                    

擴展基本資訊

名稱 Zuzu AI Knowledge Assistant for Chrome Zuzu AI Knowledge Assistant for Chrome
ID nmmedfchamkpgiclgphaffngnmhhobgd
官方網址 https://chromewebstore.google.com/detail/zuzu-ai-knowledge-assista/nmmedfchamkpgiclgphaffngnmhhobgd
簡介 Get trusted and verified Knowledge everywhere you work!
檔案大小 2.25 MB
安裝次數 106
目前版本 2.4.0
更新時間 2020-11-02
上架時間 2020-04-19
評分 5.00/5 共 6 次評分
開發者 https://zuzu.ai
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zuzu.ai
說明頁面URL https://zuzu.ai
隱私政策頁面URL https://zuzu.ai/privacy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Zuzu AI",
    "name": "Zuzu AI Knowledge Assistant for Chrome",
    "description": "Get trusted and verified Knowledge everywhere you work!",
    "version": "2.4.0",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiA5wMvqWOyN93\/GZd9YxwbUG47M3BsEiilsmQjt6kHj\/GgATr0qt+P3H3v05cFuunX\/M280ZavIZzVbp\/FVNj\/eeoHh8q8slJIm4Ltg6nNMBzpKYs4+Tm+BgjNwCQ\/s8NnURiBXjuzJCzird+7vLzg0+VCGQ\/tFqRk1WsLc1KtTLGS0SwkErJ2+I3FVywrNj1cmsGHYPultI2I+hmv3WMPAIzndMm+bBeRCBdyqsrc4TCuBh7sU3O9sOMuW7z2hjXlnJ5179npcK7bOOTh\/Fe2qc5TDbGcCBwHj6q7D+s84PCpfBkPtU0FLEuCu7R8FYSLlwBkq5FUmK4xFjB5O8sQIDAQAB",
    "icons": {
        "128": "mono.png"
    },
    "minimum_chrome_version": "29",
    "background": {
        "scripts": [
            "app\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Zuzu AI - Knowledge Assistant for your Workplace"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zuzu.ai\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "",
        "identity",
        "identity.email",
        "https:\/\/zuzu.ai\/*",
        "https:\/\/localhost:4443\/*",
        "https:\/\/*.googleapis.com\/*",
        "*:\/\/*.google.com\/*",
        "contextMenus",
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        "\/static\/media\/*",
        "html\/*.html",
        "css\/*.css",
        "js\/*.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "oauth2": {
        "client_id": "835952294954-nbpat5puuvhfk89i6vb3tsefe1du0h61.apps.googleusercontent.com",
        "scopes": [
            "email"
        ]
    }
}