Etsy Reviews Exporter | Images

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

Co je Etsy Reviews Exporter | Images?

Etsy Reviews Exporter | Images je rozšíření Chrome vyvinuté inforld.com, a jeho hlavní funkcí je „Scrape Etsy product reviews and download to Excel/CSV with one click. Export comments, ratings, variation, and images.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Etsy Reviews Exporter | Images

Stáhněte si soubory rozšíření Etsy Reviews Exporter | Images ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

🆕 New Update v1.2.2
✓ Support to Export Variants (If reviews contain)
✓ Fix some issues

# Features
✓ Download reviews from Etsy product listings, including images
✓ Support Export Reviews for item and shop
✓ Support Sort by Recommended and Newest
✓ Export as XLSX (Excel Document) and CSV
✓ Sort by Author, Rating, Number of stars, Purchased Item, Variations, Review Date, Helpful count, etc. on Dashboard

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

# FAQ
https://etsyreviews.inforld.com/#faq

If the popup window does not recognize reviews count for the first time, you can wait a while or reopen the popup windows several times.

If it keeps failing, please send us the corresponding product details link, and we will do some troubleshooting and compatibility.

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
Etsy is a trademark of Etsy Inc. Etsy Reviews Exporter | Images is not affiliated with, endorsed, sponsored, or otherwise related to Etsy, Inc. or any of its affiliates or subsidiaries.                    

Základní Informace o Rozšíření

Název Etsy Reviews Exporter | Images Etsy Reviews Exporter | Images
ID pdoddgnpliidjbpgemajiahppbccmlpc
Oficiální URL https://chrome.google.com/webstore/detail/etsy-reviews-exporter-ima/pdoddgnpliidjbpgemajiahppbccmlpc
Popis Scrape Etsy product reviews and download to Excel/CSV with one click. Export comments, ratings, variation, and images.
Velikost souboru 1.77 MB
Počet instalací 570
Aktuální Verze 1.2.2
Poslední Aktualizace 2023-01-11
Datum Vydání 2022-07-24
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář inforld.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://etsyreviews.inforld.com
URL Stránky Zásad Ochrany Soukromí https://inforld.com/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Etsy Reviews Exporter | Images",
    "description": "Scrape Etsy product reviews and download to Excel\/CSV with one click. Export comments, ratings, variation, and images.",
    "version": "1.2.2",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAisVYe31aO\/EW7BviSV\/xgqhAbVVx+UfmXHrEk+T5mYG7l7P84a7SMo1lk\/xl+u4ndurtMd1VH7Bme+QBCgqMJ6ZGq0vFQIPlgw11gCBBRLD1t5DlTrWj2CPwcdvRUvu4zfGRmBTqkLRIi9JuPXTSggROy+e1fYqzwE+87yRJ0HVgEJXHvyCnGZIKQH+uLrw28swbWxM+vsHjjta2yYcJ7QN2JDnrLnNbp+soX4cYBucp\/lV4nPXE0CPgxOZlHbLPTRtkMtU4XWrKrpGjPZf\/tYdtyFbWfwcT139D20qyzohEzFxB3Zv17bdANfapd6QLplbSrxCUH+FHQJuUX0atpQIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pdoddgnpliidjbpgemajiahppbccmlpc",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "581943974461-cqs28upihthsepholj2ogbv11fr4s3i8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "581943974461-aihc7unm1hjhk8f2nmsus16qpbonlko7.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"
    }
}