ChatBot for ChatHomeBase

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

ChatBot for ChatHomeBase là gì?

ChatBot for ChatHomeBase là một tiện ích mở rộng Chrome được phát triển bởi Webs-Automation, và tính năng chính của nó là "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatBot for ChatHomeBase

Tải xuống các tệp mở rộng ChatBot for ChatHomeBase dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
URL Chính Thức https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Mô tả It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Kích Thước Tệp 81.13 KB
Số Lần Cài Đặt 106
Phiên Bản Hiện Tại 0.21
Cập Nhật Lần Cuối 2024-01-16
Ngày Phát Hành 2023-07-17
Nhà Phát Triển Webs-Automation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.websautomation.com/contact-us/
URL Trang Trợ Giúp https://www.websautomation.com/contact-us/
URL Trang Chính Sách Bảo Mật https://www.eapplier.com/policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}