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ファイルをダウンロード
Airbnb Review Summarizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |