Etsy™ Reviews Extractor

Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!

Etsy™ Reviews Extractor क्या है?

Etsy™ Reviews Extractor sellercenter.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Etsy Reviews Extractor supports one-click extraction of Etsy product reviews and downloading them to Excel/CSV for free.

# Features
✓ Download reviews from Etsy product listings, including images
✓ Support exporting reviews for listings and shops
✓ Support sorting by "Suggested" and "Most recent"
✓ Support exporting variants
✓ Export as XLSX or CSV files
✓ Sort by Rating, Number of stars, Helpful count, Review date, etc. in the preview interface

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

# Statement
Etsy is a trademark of Etsy Inc. Etsy Reviews Extractor | Images is not affiliated with, endorsed, sponsored, or otherwise related to Etsy, Inc. or any of its affiliates or subsidiaries.                    

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

नाम Etsy™ Reviews Extractor Etsy™ Reviews Extractor
ID jobjhhfnfkdkmfcjnpdjmnmagepnbifi
आधिकारिक URL https://chromewebstore.google.com/detail/etsy-reviews-extractor/jobjhhfnfkdkmfcjnpdjmnmagepnbifi
विवरण Introducing AI(ChatGPT) Review Analysis and Download Tool for Etsy Sellers!
फ़ाइल का आकार 538 KB
स्थापना संख्या 820
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2023-11-22
प्रकाशन तिथि 2022-08-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर sellercenter.io
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://findniche.com/privacy
समर्थित भाषाएँ en,hr,lt,sl,sr,bg,fa,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.etsyhunt.com\/*"
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/listing\/*",
                "*:\/\/*.etsy.com\/*\/listing\/*",
                "*:\/\/*.etsy.com\/shop\/*",
                "*:\/\/*.etsy.com\/*\/shop\/*",
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon48.png",
        "default_title": "popup",
        "default_popup": ""
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "icon\/*"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ]
        }
    ]
}