ChatBot for ChatHomeBase

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

Was ist ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase ist eine Chrome-Erweiterung, die von Webs-Automation entwickelt wurde, und ihr Hauptmerkmal ist "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Erweiterungsscreenshots

screenshot

ChatBot for ChatHomeBase-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatBot for ChatHomeBase-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Offizielle URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Beschreibung It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Dateigröße 81.13 KB
Installationsanzahl 106
Aktuelle Version 0.21
Letztes Update 2024-01-16
Veröffentlichungsdatum 2023-07-17
Entwickler Webs-Automation
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.websautomation.com/contact-us/
Hilfeseite URL https://www.websautomation.com/contact-us/
URL der Datenschutzrichtlinien-Seite https://www.eapplier.com/policy
Unterstützte Sprachen 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"
    ]
}