Amazon Reviews Extractor

Scrape Amazon reviews and export to CSV with ease, No coding required. Useful for research and analysis.

Τι είναι το Amazon Reviews Extractor;

Το Amazon Reviews Extractor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extensionsbox.com, και η κύρια λειτουργία του είναι "Scrape Amazon reviews and export to CSV with ease, No coding required. Useful for research and analysis.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Reviews Extractor

Λήψη αρχείων επέκτασης Amazon Reviews Extractor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unlock Customer Insights Instantly with the Amazon Reviews Extractor

Understanding your customers is key to e-commerce success. However analyzing reviews manually is tedious and time-consuming. That's why our Amazon Reviews Extractor makes mining customer feedback simple. With just one click, you can scrape and export complete review data for easy analysis.

Our intuitive Chrome extension enables anyone to extract actionable insights from Amazon reviews without coding. Here's how it works:
1. Install the Amazon Reviews Extractor browser extension
2. Open any product page on Amazon.com 
3. Click the "Scrape Reviews" button next to the customer rating numbers
4. Choose your desired filters like star rating, date range, etc. 
5. Click "Download Reviews" to begin the scraping process
6. Once completed, click "Download Reviews" on the popup to export the structured data

The extracted CSV file conveniently organizes all key review information including:
- Product Name and ASIN
- Reviewer Name, Location, ID  
- Rating, Title, Full Text
- Feedback, Verified Status
- Date, Images, Product URL

With the Amazon Reviews Extractor, e-commerce professionals can quickly conduct competitive research, monitor trends, compare products, identify opportunities, and make data-driven decisions. 

How quickly will I get the results?
The data extraction process begins right after you make a request. The duration of the scrape will vary based on the amount of information needing retrieval.

Disclaimer
Amazon™ is registered trademarks of Amazon Inc. in the United States and/or other countries. This independent project was developed by ExtensionBox and has no relationship with Amazon Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Reviews Extractor Amazon Reviews Extractor
ID aapmfnbcggnbcghjipmpcngmflbjjfnb
Επίσημο URL https://chromewebstore.google.com/detail/amazon-reviews-extractor/aapmfnbcggnbcghjipmpcngmflbjjfnb
Περιγραφή Scrape Amazon reviews and export to CSV with ease, No coding required. Useful for research and analysis.
Μέγεθος Αρχείου 3.09 MB
Αριθμός Εγκαταστάσεων 290
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2024-01-09
Ημερομηνία Δημοσίευσης 2023-09-16
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://extensionsbox.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://amazonreviewsextractor.extensionsbox.com
Διεύθυνση URL της Σελίδας Βοήθειας https://amazonreviewsextractor.extensionsbox.com
URL της Σελίδας Πολιτικής Απορρήτου https://extensionsbox.com/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/amazonreviewsextractor.extensionsbox.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.amazon.de\/*",
        "*:\/\/*.amazon.fr\/*",
        "*:\/\/*.amazon.co.uk\/*",
        "*:\/\/*.amazon.it\/*",
        "*:\/\/*.amazon.es\/*",
        "*:\/\/*.amazon.co.jp\/*",
        "*:\/\/*.amazon.com.au\/*",
        "*:\/\/*.amazon.ca\/*",
        "*:\/\/*.amazon.in\/*",
        "*:\/\/*.amazon.ae\/*",
        "*:\/\/*.amazon.com.mx\/*",
        "*:\/\/*.amazon.com.br\/*",
        "*:\/\/*.amazon.com.tr\/*",
        "*:\/\/*.amazon.nl\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.com.au\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.nl\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgKptrpGuQTvq5tr\/RjUkW4xKj++CmpNSlm5\/6v9rpJgJN26y2KDvxAOoD9W7K7AF0+Lou7v8zECq5Xs7bnF0q7pi9esnZzeI4Xm6m83t3JxYKRnu0fYwJZhATlG+e2Nm\/gKa8fg9ubxBrdDgHtAYgMWJJhLNIEUb84y8ad6GC04wYQo6nP7JmFmN4tGvA\/kaqrl0yx0NA6FqW1El8f4IPEZEGXYMWcmC4u3PwbeFR\/TR0BK4EZHM2xmawuVjTmt2KoMtSUFrI3vsqsLI6u3H24gIWA3XMrkA83rG4CH0kWYMtK6\/zz3H+FeSirEQpCzlIvvFGTk04nnxopI5289Y3QIDAQAB",
    "oauth2": {
        "client_id": "212641472115-52ibnlslva510qvjt4af6381o55lr418.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*",
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}