ChatBot for ChatHomeBase

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

What is ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase is a Chrome extension developed by Webs-Automation, and its main feature is "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Extension Screenshots

screenshot

Download ChatBot for ChatHomeBase Extension CRX File

Download ChatBot for ChatHomeBase extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Official URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Description It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
File Size 81.13 KB
Installation Count 106
Current Version 0.21
Last Updated 2024-01-16
Publish Date 2023-07-17
Developer Webs-Automation
Email [email protected]
Payment Type free
Extension Website https://www.websautomation.com/contact-us/
Help Page URL https://www.websautomation.com/contact-us/
Privacy Policy Page URL https://www.eapplier.com/policy
Supported Languages 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"
    ]
}