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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |