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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatBot for ChatHomeBase
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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/ |
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" ] } |