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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
| 이메일 | [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"
}
} | |