Esty Product Scraper

Get Product details in XLSX file from etsy.com

什麼是Esty Product Scraper?

Esty Product Scraper是由Tech Masters開發的Chrome擴展程式,該擴展的主要功能是“Get Product details in XLSX file from etsy.com”。

擴展截圖

screenshot

下載Esty Product Scraper擴展crx文件

下載Esty Product Scraper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}