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…
Co je AI Amazon Review Summarizer?
AI Amazon Review Summarizer je rozšíření Chrome vyvinuté https://snappy.ai, a jeho hlavní funkcí je „When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AI Amazon Review Summarizer
Stáhněte si soubory rozšíření AI Amazon Review Summarizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AI Amazon Review Summarizer |
ID | hheojmeeocpgomffbfllifamnlcpcain |
Oficiální URL | https://chromewebstore.google.com/detail/ai-amazon-review-summariz/hheojmeeocpgomffbfllifamnlcpcain |
Popis | When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which… |
Velikost souboru | 28.98 KB |
Počet instalací | 168 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-01-22 |
Datum Vydání | 2023-01-21 |
Vývojář | https://snappy.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.snappy.ai |
URL Stránky Zásad Ochrany Soukromí | https://www.snappy.ai/privacy |
Podporované Jazyky | 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" } } |