ChatBot for ChatHomeBase

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

Что такое ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase - это расширение Chrome, разработанное Webs-Automation, и его основная функция - "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ChatBot for ChatHomeBase

Скачайте файлы расширений ChatBot for ChatHomeBase в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
Официальный URL https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Описание It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Размер файла 81.13 KB
Количество установок 106
Текущая Версия 0.21
Последнее Обновление 2024-01-16
Дата публикации 2023-07-17
Разработчик Webs-Automation
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.websautomation.com/contact-us/
URL страницы помощи https://www.websautomation.com/contact-us/
URL страницы политики конфиденциальности https://www.eapplier.com/policy
Поддерживаемые языки 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"
    ]
}