ChatBot for ChatHomeBase

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

Apa itu ChatBot for ChatHomeBase?

ChatBot for ChatHomeBase adalah ekstensi Chrome yang dikembangkan oleh Webs-Automation, dan fitur utamanya adalah "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatBot for ChatHomeBase

Unduh file ekstensi ChatBot for ChatHomeBase dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatBot for ChatHomeBase ChatBot for ChatHomeBase
ID faejofpmlcifihocpkdbgcjfncoonlig
URL Resmi https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig
Deskripsi It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Ukuran File 81.13 KB
Jumlah Instalasi 106
Versi Saat Ini 0.21
Terakhir Diperbarui 2024-01-16
Tanggal Publikasi 2023-07-17
Pengembang Webs-Automation
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.websautomation.com/contact-us/
URL Halaman Bantuan https://www.websautomation.com/contact-us/
URL Halaman Kebijakan Privasi https://www.eapplier.com/policy
Bahasa yang Didukung 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"
    ]
}