Amazon Reviews Exporter | Images & Videos

Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos.

Was ist Amazon Reviews Exporter | Images & Videos?

Amazon Reviews Exporter | Images & Videos ist eine Chrome-Erweiterung, die von Converts Team entwickelt wurde, und ihr Hauptmerkmal ist "Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Amazon Reviews Exporter | Images & Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Amazon Reviews Exporter | Images & Videos-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

                        Amazon Reviews Exporter | Images & Videos, auto scrape, extract and download reviews from Amazon product listings, including images and videos, and you can one click to export to xlsx/csv file.

🆕 New Update v1.1.1
✓ Download buttons are tiled for the convenience of visually impaired individuals.
✓ Optimized for UK site.
✓ Fix some issues

For perfect use, it is recommended to set the Amazon language to English.

# Features
✓ Download reviews from Amazon product listing to Excel/CSV/Shopify CSV
✓ Export as XLSX (Excel Document) include all 'Read reviews that mention'
✓ Export to CSV format compatible with Shopify Reviews import format
(https://help.shopify.com/en/manual/products/product-reviews/import-export-reviews)
✓ Download reviews images and videos
✓ Filter by keywords
✓ Filter by stars rating
✓ All reviews filters
✓ Optimize the extraction of review helpful number, date, and location for USA, UK sites.

# It's free?
Yes, Amazon Reviews Exporter is free. You can get basic functionality and upgrade to get more functionality.

# FAQ
If you want to export reviews include 'Read reviews that mention',
you need to scroll to position in the product listing currently.

https://amazonreviews.inforld.com/#faq
If you have any questions, don't hesitate to contact us at [email protected]

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

# Statement
Amazon is a trademark of Amazon Inc. Amazon Reviews Exporter is not affiliated with, endorsed, sponsored, or otherwise related to Amazon, Inc. or any of its affiliates or subsidiaries.                    

Grundlegende Informationen zur Erweiterung

Name Amazon Reviews Exporter | Images & Videos Amazon Reviews Exporter | Images & Videos
ID nnaeekiciofeckhbmeohddfcncofhbai
Offizielle URL https://chromewebstore.google.com/detail/amazon-reviews-exporter-i/nnaeekiciofeckhbmeohddfcncofhbai
Beschreibung Scrape Amazon product reviews and download to Excel/CSV with one click. Export comments, ratings, images and videos.
Dateigröße 1.48 MB
Installationsanzahl 1,518
Aktuelle Version 1.1.1
Letztes Update 2023-11-15
Veröffentlichungsdatum 2023-01-24
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Converts Team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://amazonreviews.cc
URL der Datenschutzrichtlinien-Seite https://inforld.com/privacy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Reviews Exporter | Images & Videos",
    "description": "Scrape Amazon product reviews and download to Excel\/CSV with one click. Export comments, ratings, images and videos.",
    "version": "1.1.1",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/nnaeekiciofeckhbmeohddfcncofhbai",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxZHtt+qy4KD0SHXjrBvfYsRe829OM10qGMtnnVjLwSwSP10zVOxkHU6eI0FFES6BJ6zxEIrHQtEMOY42rt7FHUtW1j1kXmd2XkXQJtBFMQqQOLgTxzfRXgUnlwEvPu0nFD1Ld5sn\/ilgnzjI4w6z6ko3AT3mRS10p+A1VITwaA4KSg1R2O38OuPsZtKMguou4IWtbQcIYg\/2u4NdE6uVP7J7mOcz8Xwf887+ezmfoh504nJhewTUPn9t8VEwHWO5wJGp07w6ydFD8b8dnfS\/fy\/FJsUGzCSYqRuNbctDcXiNN77jzAmihwGo\/QTCvCVlkfZ+4S7HPND3AdwXyANRBQIDAQAB",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "414732351485-bcuu8r26pjpg85ed7eb5tj4q7j8o4km7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "414732351485-6vau44opp3oioacn44s4livfsgg038nk.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "identity",
        "scripting",
        "downloads"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}