HostAway - AI-responder
Chrome extension that cuts your writing time by 98% with AI-powered responses.
什么是HostAway - AI-responder?
HostAway - AI-responder是由https://aiduh.com开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that cuts your writing time by 98% with AI-powered responses.”。
扩展截图
下载HostAway - AI-responder扩展crx文件
下载HostAway - AI-responder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The AI-responder for Hostaway is a Chrome extension that is designed to reduce the amount of time owners and hosts have to spend writing responses to their guests. AI-Responder draws on three sources of information, such as property-specific knowledge documents, guest data, and previous chat history, to generate AI-powered responses. OpenAI GPT3 Davinci-003 and GPT NeoX 20B are being used interchangeably for the highest quality of text generated. Tests have shown that 88.2% of the responses have a quality score of 4 or 5, without the need for editing. During the beta period, the users get a 14-day free trial and a lifetime price lock of $49/month/listing for those who choose to continue. After the beta period, the pricing for the Chrome extension is estimated to be $95/month/listing. AI-responder for Hostaway is a great way to save time and effort when responding to customer inquiries. Built by Hosts for Hosts.
扩展基本信息
名称 | HostAway - AI-responder |
ID | jdimmnpkameldecjkakpmfeglelpgppe |
官方URL | https://chromewebstore.google.com/detail/hostaway-ai-responder/jdimmnpkameldecjkakpmfeglelpgppe |
简介 | Chrome extension that cuts your writing time by 98% with AI-powered responses. |
文件大小 | 25.74 KB |
安装次数 | 302 |
当前版本 | 1.0 |
更新时间 | 2022-12-11 |
上架时间 | 2022-12-07 |
评分 | 5.00/5 共2次评分 |
开发者 | https://aiduh.com |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | https://aiduh.com/ |
帮助页面URL | https://aiduh.com/ |
隐私政策页面URL | https://aiduh.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HostAway - AI-responder", "description": "Chrome extension that cuts your writing time by 98% with AI-powered responses.", "version": "1.0", "manifest_version": 3, "host_permissions": [ "https:\/\/dashboard.hostaway.com\/" ], "permissions": [ "tabs", "storage", "clipboardRead", "clipboardWrite" ], "content_scripts": [ { "matches": [ "https:\/\/dashboard.hostaway.com\/*" ], "js": [ "scripts\/popup-messageListener.js", "scripts\/content1.js", "scripts\/main.js" ], "css": [ "css\/style.css" ] } ], "action": { "default_popup": "popup\/popup.html" }, "icons": { "128": "images\/logo.png" } } |