Zuzu AI Knowledge Assistant for Chrome

Get trusted and verified Knowledge everywhere you work!

Zuzu AI Knowledge Assistant for Chrome là gì?

Zuzu AI Knowledge Assistant for Chrome là một tiện ích mở rộng Chrome được phát triển bởi https://zuzu.ai, và tính năng chính của nó là "Get trusted and verified Knowledge everywhere you work!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Zuzu AI Knowledge Assistant for Chrome

Tải xuống các tệp mở rộng Zuzu AI Knowledge Assistant for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Zuzu AI Knowledge Assistant for Chrome Zuzu AI Knowledge Assistant for Chrome
ID nmmedfchamkpgiclgphaffngnmhhobgd
URL Chính Thức https://chromewebstore.google.com/detail/zuzu-ai-knowledge-assista/nmmedfchamkpgiclgphaffngnmhhobgd
Mô tả Get trusted and verified Knowledge everywhere you work!
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2020-11-02
Ngày Phát Hành 2020-04-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://zuzu.ai
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zuzu.ai
URL Trang Trợ Giúp https://zuzu.ai
URL Trang Chính Sách Bảo Mật https://zuzu.ai/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}