ChatBot for ChatHomeBase

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

Vad är ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase är en Chrome-tillägg utvecklad av Webs-Automation, och dess huvudfunktion är "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Tilläggsskärmbilder

screenshot

Ladda ner ChatBot for ChatHomeBase-förlängningens CRX-fil

Ladda ner ChatBot for ChatHomeBase-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Officiell webbadress https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Beskrivning It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Filstorlek 81.13 KB
Antal Installationer 106
Aktuell Version 0.21
Senast Uppdaterad 2024-01-16
Publiceringsdatum 2023-07-17
Utvecklare Webs-Automation
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.websautomation.com/contact-us/
Hjälpsida URL https://www.websautomation.com/contact-us/
URL till Sekretesspolicy Sidan https://www.eapplier.com/policy
Stödda Språk 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"
    ]
}