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…

Was ist AI Amazon Review Summarizer?

AI Amazon Review Summarizer ist eine Chrome-Erweiterung, die von https://snappy.ai entwickelt wurde, und ihr Hauptmerkmal ist "When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

AI Amazon Review Summarizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie AI Amazon Review Summarizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AI Amazon Review Summarizer AI Amazon Review Summarizer
ID hheojmeeocpgomffbfllifamnlcpcain
Offizielle URL https://chromewebstore.google.com/detail/ai-amazon-review-summariz/hheojmeeocpgomffbfllifamnlcpcain
Beschreibung When launched on an Amazon product page, it uses AI to summarize all the latest customer reviews into a single, brief summary which…
Dateigröße 28.98 KB
Installationsanzahl 168
Aktuelle Version 1.1
Letztes Update 2023-01-22
Veröffentlichungsdatum 2023-01-21
Entwickler https://snappy.ai
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.snappy.ai
URL der Datenschutzrichtlinien-Seite https://www.snappy.ai/privacy
Unterstützte Sprachen 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"
    }
}