ChatBot for ChatHomeBase
It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Co to jest ChatBot for ChatHomeBase?
ChatBot for ChatHomeBase to rozszerzenie Chrome opracowane przez Webs-Automation, a jego główną funkcją jest „It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ChatBot for ChatHomeBase
Pobierz pliki rozszerzeń ChatBot for ChatHomeBase w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | ChatBot for ChatHomeBase |
ID | faejofpmlcifihocpkdbgcjfncoonlig |
Oficjalny URL | https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig |
Opis | It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content. |
Rozmiar pliku | 81.13 KB |
Liczba instalacji | 106 |
Aktualna Wersja | 0.21 |
Ostatnia Aktualizacja | 2024-01-16 |
Data Publikacji | 2023-07-17 |
Deweloper | Webs-Automation |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.websautomation.com/contact-us/ |
Adres URL Strony Pomocy | https://www.websautomation.com/contact-us/ |
Adres URL Strony Polityki Prywatności | https://www.eapplier.com/policy |
Obsługiwane Języki | 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" ] } |