Amazon review export

Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber

Amazon review export क्या है?

Amazon review export https://amazon-review-export.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber"।

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

screenshot
screenshot
screenshot

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

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

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

                        This chrome extension is useful to download all the product reviews from top ecoomerce  Etsy and Amazon with images.
In short,  product review scraper or product exporter

So, Sellers can store and review them easily.

Step 1: Install the extension. Go to any product page having have all the reviews.
Step: 2 Extension traverse the page one by one automatically. Once all the reviews scrapped. It save the file to your computer.
Step 3: You can also press the stop button at any time to download the partially stored reviews.

NOTE: EXENTION WAIT 2-3 SECONDS FOR EACH PAGE TO READ THE REVIEWS.

Update: Now user can also export the cart items

Thanks.
Please contact us if you have any query on 
[email protected]                    

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

नाम Amazon review export Amazon review export
ID jilbpmenakjfpjclgjpppnflkiplmhjo
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-review-export/jilbpmenakjfpjclgjpppnflkiplmhjo
विवरण Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber
फ़ाइल का आकार 450 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.3.6
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2022-01-15
रेटिंग 4.47/5 कुल 15 रेटिंग्स
डेवलपर https://amazon-review-export.blogspot.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://exportreview.live
सहायता पृष्ठ URL https://exportreview.live
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/2f165a44-5f3a-4bb3-b4fd-08bc65c97766
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon review export",
    "description": "Export Amazon and Etsy product review in csv file with images. In short its amazon review scraber",
    "version": "1.0.3.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.pl\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.se\/*",
                "https:\/\/www.etsy.com\/*"
            ],
            "css": [
                "my-styles.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/FileSaver.min.js",
                "js\/xlsx.full.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Amazon\/Etsy review export",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.exportreview.live\/*"
    ]
}