Zuzu AI Knowledge Assistant for Chrome

Get trusted and verified Knowledge everywhere you work!

Co je Zuzu AI Knowledge Assistant for Chrome?

Zuzu AI Knowledge Assistant for Chrome je rozšíření Chrome vyvinuté https://zuzu.ai, a jeho hlavní funkcí je „Get trusted and verified Knowledge everywhere you work!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Zuzu AI Knowledge Assistant for Chrome

Stáhněte si soubory rozšíření Zuzu AI Knowledge Assistant for Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Zuzu AI Knowledge Assistant for Chrome Zuzu AI Knowledge Assistant for Chrome
ID nmmedfchamkpgiclgphaffngnmhhobgd
Oficiální URL https://chromewebstore.google.com/detail/zuzu-ai-knowledge-assista/nmmedfchamkpgiclgphaffngnmhhobgd
Popis Get trusted and verified Knowledge everywhere you work!
Velikost souboru 2.25 MB
Počet instalací 106
Aktuální Verze 2.4.0
Poslední Aktualizace 2020-11-02
Datum Vydání 2020-04-19
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář https://zuzu.ai
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://zuzu.ai
URL Stránky Nápovědy https://zuzu.ai
URL Stránky Zásad Ochrany Soukromí https://zuzu.ai/privacy
Podporované Jazyky 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"
        ]
    }
}