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…
¿Qué es AI Amazon Review Summarizer?
AI Amazon Review Summarizer es una extensión de Chrome desarrollada por https://snappy.ai, y su función principal es "When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AI Amazon Review Summarizer
Descarga archivos de extensión AI Amazon Review Summarizer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | AI Amazon Review Summarizer |
ID | hheojmeeocpgomffbfllifamnlcpcain |
URL Oficial | https://chromewebstore.google.com/detail/ai-amazon-review-summariz/hheojmeeocpgomffbfllifamnlcpcain |
Descripción | When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which… |
Tamaño del Archivo | 28.98 KB |
Cantidad de Instalaciones | 168 |
Versión Actual | 1.1 |
Última Actualización | 2023-01-22 |
Fecha de Publicación | 2023-01-21 |
Desarrollador | https://snappy.ai |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.snappy.ai |
URL de la Página de Política de Privacidad | https://www.snappy.ai/privacy |
Idiomas Soportados | 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" } } |