ChatBot for ChatHomeBase

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

Hvad er ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase er en Chrome-udvidelse udviklet af Webs-Automation, og dens hovedfunktion er "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Udvidelsesskærmbilleder

screenshot

Download ChatBot for ChatHomeBase-udvidelses-CRX-fil

Download ChatBot for ChatHomeBase-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Officiel URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Beskrivelse It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Filstørrelse 81.13 KB
Antal Installationer 106
Nuværende Version 0.21
Senest Opdateret 2024-01-16
Udgivelsesdato 2023-07-17
Udvikler Webs-Automation
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.websautomation.com/contact-us/
Hjælpeside-URL https://www.websautomation.com/contact-us/
URL til Fortrolighedspolitik Side https://www.eapplier.com/policy
Understøttede Sprog 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"
    ]
}