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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snappy.ai และคุณลักษณะหลักของมันคือ "When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Amazon Review Summarizer
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |