Amazon Review Export New V3

This is a simple and reliable tool for exporting product reviews from Amazon and downloading them into a .csv file.

Amazon Review Export New V3 क्या है?

Amazon Review Export New V3 https://fruxlife.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a simple and reliable tool for exporting product reviews from Amazon and downloading them into a .csv file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Amazon Review Export New V3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Just updated all bugs fixed!

Works in ALL AMAZON MARKETPLACES!!!  Get reviews from any amazon platform worldwide!  Filter for date range and stars, get only the information you want!

No more cut and paste reviews!  Hours of work now done in seconds!  With Amazon Review Downloader simply go to any product page, hit the extension icon, choose your date range and min/max star and all reviews will be downloaded in a .csv file.  You can open this with excel or google sheets.  You can sort reviews based on date, 1 star, 2 star, etc...  Get the data you need quickly and efficiently!

DOWNLOAD INCLUDES: Reviewer's name, Reviewers link, variation, Review ID, rating, date of review, review title, review text, verified purchase, vine review purchase and review image link.

Step 1: Go to any amazon.com PRODUCT page.
Step 2: Click the Amazon Review Downloader extension icon.  All reviews will be downloaded into a .csv file
Step 3: Filter for date range and stars
Step 4: Open .csv file in google sheets or excel and view the reviews.  You can sort, highlight, download the file as an excel sheet or do whatever you need!

**If you have an issues do not hesitate to email me**                    

एक्सटेंशन की मूल जानकारी

नाम Amazon Review Export New V3 Amazon Review Export New V3
ID ikphihiljfhlmpokjbmkhliphckfpcph
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-review-export-new/ikphihiljfhlmpokjbmkhliphckfpcph
विवरण This is a simple and reliable tool for exporting product reviews from Amazon and downloading them into a .csv file.
फ़ाइल का आकार 1.3 MB
स्थापना संख्या 3,459
वर्तमान संस्करण 2.4.5
अंतिम अपडेट 2022-11-25
प्रकाशन तिथि 2020-06-07
रेटिंग 2.71/5 कुल 35 रेटिंग्स
डेवलपर https://fruxlife.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.FruxLife.com
सहायता पृष्ठ URL https://fruxlife.com/contact/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Amazon Review Export New V3",
    "version": "2.4.5",
    "description": "This is a simple and reliable tool for exporting product reviews from Amazon and downloading them into a .csv file.",
    "author": "Asif Iqbal",
    "icons": {
        "128": "\/img\/logo_128.png",
        "256": "\/img\/logo_256.png",
        "512": "\/img\/logo_512.png"
    },
    "action": {
        "default_icon": "\/img\/logo_128.png",
        "default_popup": "\/pages\/popup\/index.html"
    },
    "background": {
        "service_worker": "\/js\/background\/main.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.ebay.com\/*"
            ],
            "js": [
                "\/lib\/jquery.min.js",
                "\/lib\/moment.min.js",
                "\/lib\/webx.js",
                "\/lib\/papaparse.min.js",
                "\/js\/content_script\/controller.js",
                "\/js\/content_script\/observer.js",
                "\/js\/content_script\/overlay_manager.js",
                "\/js\/content_script\/main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "http:\/\/localhost:5000\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}