ChatBot for ChatHomeBase

It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.

O que é ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase é uma extensão do Chrome desenvolvida por Webs-Automation, e sua principal característica é "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ChatBot for ChatHomeBase

Baixe arquivos de extensão ChatBot for ChatHomeBase 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

                        An application to automatically answer the customers using ChagGPT powered chatbot. It has its own model to under customer questions and generate relevant answer to place automatically.                    

Informações Básicas da Extensão

Nome ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
URL Oficial https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Descrição It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Tamanho do Arquivo 81.13 KB
Contagem de Instalações 106
Versão Atual 0.21
Última Atualização 2024-01-16
Data de Publicação 2023-07-17
Desenvolvedor Webs-Automation
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.websautomation.com/contact-us/
URL da Página de Ajuda https://www.websautomation.com/contact-us/
URL da Página de Política de Privacidade https://www.eapplier.com/policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatBot for ChatHomeBase",
    "version": "0.21",
    "description": "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.websautomation.com\/chatbot\/*",
                "https:\/\/chathomebase.com\/chat\/*",
                "https:\/\/wordcounter.net\/*",
                "https:\/\/api.rytr.me\/*",
                "https:\/\/www.websautomation.com\/chatbot\/Chathomebase\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js",
                "login.js"
            ]
        }
    ],
    "action": {
        "default_popup": "background.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}