Esty Product Scraper

Get Product details in XLSX file from etsy.com

Esty Product Scraper क्या है?

Esty Product Scraper Tech Masters द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get Product details in XLSX file from etsy.com"।

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

screenshot

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

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

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

                        Etsy product scrapping tool to scrape different product details like Title, Image Link and price etc.

If you need more features in this extension I would be happy to hear that.
You can contact me directly on [email protected].                    

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

नाम Esty Product Scraper Esty Product Scraper
ID hojnadjahljijkiagbkdiidkhelkgklj
आधिकारिक URL https://chrome.google.com/webstore/detail/esty-product-scraper/hojnadjahljijkiagbkdiidkhelkgklj
विवरण Get Product details in XLSX file from etsy.com
फ़ाइल का आकार 533 KB
स्थापना संख्या 112
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2020-06-10
प्रकाशन तिथि 2020-06-10
डेवलपर Tech Masters
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background_script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon192.png",
            "144": "images\/icon144.png",
            "16": "images\/icon36.png",
            "24": "images\/icon48.png",
            "32": "images\/icon72.png"
        },
        "default_popup": "popup.html",
        "default_title": "Esty Product Scraper"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "filesaver.min.js",
                "xlsx.min.js",
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Get Product details in XLSX file from etsy.com",
    "icons": {
        "128": "images\/37-512.png"
    },
    "manifest_version": 2,
    "name": "Esty Product Scraper",
    "permissions": [
        "tabs",
        "downloads"
    ],
    "short_name": "Web Scraper",
    "version": "1.0.3",
    "web_accessible_resources": [
        "images\/icon16.png",
        "images\/icon24.png",
        "images\/icon32.png",
        "images\/icon48.png",
        "images\/icon128.png"
    ]
}