Airbnb Review Summarizer
Summarize Airbnb reviews to be useful
Airbnb Review Summarizer란 무엇입니까?
Airbnb Review Summarizer은(는) radicalblind에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarize Airbnb reviews to be useful"입니다.
확장 프로그램 스크린샷
Airbnb Review Summarizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Renters don't always have time to go through all the listing reviews to decide if the listing is a right fit. This extension helps renters quickly summarize the reviews to be relevant to our preferences.
확장 프로그램 기본 정보
이름 | Airbnb Review Summarizer |
ID | gglfjedidmkhekcniiggodppplefhcbn |
공식 URL | https://chromewebstore.google.com/detail/airbnb-review-summarizer/gglfjedidmkhekcniiggodppplefhcbn |
설명 | Summarize Airbnb reviews to be useful |
파일 크기 | 93.95 KB |
설치 횟수 | 53 |
현재 버전 | 0.0.3 |
최근 업데이트 | 2023-06-06 |
출시 날짜 | 2023-05-31 |
개발자 | radicalblind |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://airbnbreviewsummarizer.vercel.app/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Airbnb Review Summarizer", "version": "0.0.3", "description": "Summarize Airbnb reviews to be useful", "action": { "default_icon": ".\/assets\/airbnb_openai.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/airbnb_openai.png", "48": ".\/assets\/airbnb_openai.png", "128": ".\/assets\/airbnb_openai.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "*:\/\/airbnb.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/airbnb.com\/*\/reviews*", "https:\/\/*.airbnb.com\/*\/reviews*" ], "js": [ "dist\/contentScripts\/index.global.js" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css" ], "matches": [ " |