ChatBot for ChatHomeBase

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

Cos'è ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase è un'estensione di Chrome sviluppata da Webs-Automation, e la sua funzione principale è "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChatBot for ChatHomeBase

Scarica i file di estensione ChatBot for ChatHomeBase in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
URL Ufficiale https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Descrizione It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Dimensione del File 81.13 KB
Conteggio Installazioni 106
Versione Corrente 0.21
Ultimo Aggiornamento 2024-01-16
Data di Pubblicazione 2023-07-17
Sviluppatore Webs-Automation
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.websautomation.com/contact-us/
URL della Pagina di Aiuto https://www.websautomation.com/contact-us/
URL della Pagina della Politica sulla Privacy https://www.eapplier.com/policy
Lingue Supportate 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"
    ]
}