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 |
| 官方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"
]
} | |