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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.websautomation.com/contact-us/
عنوان صفحة سياسة الخصوصية 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"
    ]
}