ChatBot for ChatHomeBase

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

ChatBot for ChatHomeBaseとは何ですか?

ChatBot for ChatHomeBaseはWebs-Automationによって開発されたChromeの拡張機能で、その主な機能は「It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.」です。

拡張機能のスクリーンショット

screenshot

ChatBot for ChatHomeBase拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}