Zuzu AI Knowledge Assistant for Chrome

Get trusted and verified Knowledge everywhere you work!

O que é Zuzu AI Knowledge Assistant for Chrome?

Zuzu AI Knowledge Assistant for Chrome é uma extensão do Chrome desenvolvida por https://zuzu.ai, e sua principal característica é "Get trusted and verified Knowledge everywhere you work!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Zuzu AI Knowledge Assistant for Chrome

Baixe arquivos de extensão Zuzu AI Knowledge Assistant for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Zuzu AI Knowledge Assistant for Chrome Zuzu AI Knowledge Assistant for Chrome
ID nmmedfchamkpgiclgphaffngnmhhobgd
URL Oficial https://chromewebstore.google.com/detail/zuzu-ai-knowledge-assista/nmmedfchamkpgiclgphaffngnmhhobgd
Descrição Get trusted and verified Knowledge everywhere you work!
Tamanho do Arquivo 2.25 MB
Contagem de Instalações 106
Versão Atual 2.4.0
Última Atualização 2020-11-02
Data de Publicação 2020-04-19
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor https://zuzu.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://zuzu.ai
URL da Página de Ajuda https://zuzu.ai
URL da Página de Política de Privacidade https://zuzu.ai/privacy
Idiomas Suportados 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"
        ]
    }
}