ChatBot for ChatHomeBase

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

Wat is ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase is een Chrome-extensie ontwikkeld door Webs-Automation, en de belangrijkste functie is "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ChatBot for ChatHomeBase

Download ChatBot for ChatHomeBase-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Officiële URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Beschrijving It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Bestandsgrootte 81.13 KB
Aantal Installaties 106
Huidige Versie 0.21
Laatst Bijgewerkt 2024-01-16
Publicatiedatum 2023-07-17
Ontwikkelaar Webs-Automation
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.websautomation.com/contact-us/
Help Pagina-URL https://www.websautomation.com/contact-us/
URL van de Privacybeleid Pagina https://www.eapplier.com/policy
Ondersteunde Talen 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"
    ]
}