Zuzu AI Knowledge Assistant for Chrome

Get trusted and verified Knowledge everywhere you work!

Apa itu Zuzu AI Knowledge Assistant for Chrome?

Zuzu AI Knowledge Assistant for Chrome adalah ekstensi Chrome yang dikembangkan oleh https://zuzu.ai, dan fitur utamanya adalah "Get trusted and verified Knowledge everywhere you work!".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Zuzu AI Knowledge Assistant for Chrome

Unduh file ekstensi Zuzu AI Knowledge Assistant for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Zuzu AI Knowledge Assistant for Chrome Zuzu AI Knowledge Assistant for Chrome
ID nmmedfchamkpgiclgphaffngnmhhobgd
URL Resmi https://chromewebstore.google.com/detail/zuzu-ai-knowledge-assista/nmmedfchamkpgiclgphaffngnmhhobgd
Deskripsi Get trusted and verified Knowledge everywhere you work!
Ukuran File 2.25 MB
Jumlah Instalasi 106
Versi Saat Ini 2.4.0
Terakhir Diperbarui 2020-11-02
Tanggal Publikasi 2020-04-19
Penilaian 5.00/5 Total 6 Penilaian
Pengembang https://zuzu.ai
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zuzu.ai
URL Halaman Bantuan https://zuzu.ai
URL Halaman Kebijakan Privasi https://zuzu.ai/privacy
Bahasa yang Didukung 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"
        ]
    }
}