ChatBot for ChatHomeBase
It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.
什麼是ChatBot for ChatHomeBase?
ChatBot for ChatHomeBase是由Webs-Automation開發的Chrome擴展程式,該擴展的主要功能是“It is a chatbot powered with ChatGPT. It answers your customers automatically with AI content.”。
擴展截圖
下載ChatBot for ChatHomeBase擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | faejofpmlcifihocpkdbgcjfncoonlig |
| 官方網址 | 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"
]
} | |