Answer with Fini

Answer questions, anywhere.

O que é Answer with Fini?

Answer with Fini é uma extensão do Chrome desenvolvida por https://usefini.com, e sua principal característica é "Answer questions, anywhere.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Answer with Fini

Baixe arquivos de extensão Answer with Fini 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

                        Answer with Fini is a Chrome extension that helps customer service agents respond to customer inquiries quickly and accurately. With Answer with Fini, agents can select the text of a customer inquiry and generate a response in just seconds. It eliminates the need for manual research and provides agents with access to freshly written replies tailored to the customer’s question. Answer with Fini simplifies customer service and improves the customer experience.                    

Informações Básicas da Extensão

Nome Answer with Fini Answer with Fini
ID jngdlmanpdoimiefimnhjaaginpolpgb
URL Oficial https://chromewebstore.google.com/detail/answer-with-fini/jngdlmanpdoimiefimnhjaaginpolpgb
Descrição Answer questions, anywhere.
Tamanho do Arquivo 86.51 KB
Contagem de Instalações 94
Versão Atual 0.0.3
Última Atualização 2023-04-10
Data de Publicação 2023-02-18
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://usefini.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.usefini.com
URL da Página de Política de Privacidade https://www.usefini.com/company/legal
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Answer with Fini",
    "version": "0.0.3",
    "description": "Answer questions, anywhere.",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "options_page": "options.html",
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "contentscript.js",
                "jquery.slim.min.js",
                "bootstrap.bundle.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/app.usefini.com\/api\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bootstrap.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}