AI Amazon Review Summarizer
When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…
AI Amazon Review Summarizerとは何ですか?
AI Amazon Review Summarizerはhttps://snappy.aiによって開発されたChromeの拡張機能で、その主な機能は「When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…」です。
拡張機能のスクリーンショット
AI Amazon Review Summarizer拡張機能のCRXファイルをダウンロード
AI Amazon Review Summarizer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which covers all the major positive and negative comments that are mentioned. This could be evolved into a tool that turns all the negative aspects of your competition into positive benefit statements, which can then be added into your own listing. This version is a free prototype, so it has limits on the amount of times it can be used. Please give it a try and let us know what you think, and what we could do to turn it a product you love.
拡張機能の基本情報
名前 | AI Amazon Review Summarizer |
ID | hheojmeeocpgomffbfllifamnlcpcain |
公式URL | https://chromewebstore.google.com/detail/ai-amazon-review-summariz/hheojmeeocpgomffbfllifamnlcpcain |
説明 | When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which… |
ファイルサイズ | 28.98 KB |
インストール数 | 168 |
現在のバージョン | 1.1 |
最終更新日 | 2023-01-22 |
公開日 | 2023-01-21 |
開発者 | https://snappy.ai |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.snappy.ai |
プライバシーポリシーページのURL | https://www.snappy.ai/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI Amazon Review Summarizer", "version": "1.1", "host_permissions": [ "https:\/\/*.amazon.com\/*", "https:\/\/api.openai.com\/*" ], "action": { "default_icon": { "16": "icon.png", "32": "icon.png" }, "default_popup": "popup.html" } } |