ChatBot for ChatHomeBase

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

Co je ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase je rozšíření Chrome vyvinuté Webs-Automation, a jeho hlavní funkcí je „It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatBot for ChatHomeBase

Stáhněte si soubory rozšíření ChatBot for ChatHomeBase 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í

                        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.                    

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

Název ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Oficiální URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Popis It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Velikost souboru 81.13 KB
Počet instalací 106
Aktuální Verze 0.21
Poslední Aktualizace 2024-01-16
Datum Vydání 2023-07-17
Vývojář Webs-Automation
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.websautomation.com/contact-us/
URL Stránky Nápovědy https://www.websautomation.com/contact-us/
URL Stránky Zásad Ochrany Soukromí https://www.eapplier.com/policy
Podporované Jazyky 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"
    ]
}