ChatBot for ChatHomeBase
It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
Qu'est-ce que ChatBot for ChatHomeBase ?
ChatBot for ChatHomeBase est une extension Chrome développée par Webs-Automation, et sa fonction principale est "It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ChatBot for ChatHomeBase
Téléchargez les fichiers d'extension ChatBot for ChatHomeBase au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ChatBot for ChatHomeBase |
ID | faejofpmlcifihocpkdbgcjfncoonlig |
URL Officiel | https://chromewebstore.google.com/detail/chatbot-for-chathomebase/faejofpmlcifihocpkdbgcjfncoonlig |
Description | It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content. |
Taille du Fichier | 81.13 KB |
Nombre d'Installations | 106 |
Version Actuelle | 0.21 |
Dernière Mise à Jour | 2024-01-16 |
Date de Publication | 2023-07-17 |
Développeur | Webs-Automation |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.websautomation.com/contact-us/ |
URL de la Page d'Aide | https://www.websautomation.com/contact-us/ |
URL de la Page de Politique de Confidentialité | https://www.eapplier.com/policy |
Langues Prises en Charge | 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" ] } |