Etsy Scraper Suite

Etsy Extractor Toolset. Multiple scrape tools for Etsy.

什麼是Etsy Scraper Suite?

Etsy Scraper Suite是由Digital Turbo開發的Chrome擴展程式,該擴展的主要功能是“Etsy Extractor Toolset. Multiple scrape tools for Etsy.”。

擴展截圖

screenshot
screenshot
screenshot

下載Etsy Scraper Suite擴展crx文件

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

擴展使用說明

                        Etsy Scraper Suite is a set of scrape tools for Etsy. It makes data extraction of Etsy pretty easy. 

You can scrape Search Results, Category Items, Shop Listings and Shop Reviews with Etsy Scraper Suite. 

With just a few input and click, Etsy Scraper Suite extracts the data automatically and fills them into spreadsheet. You can download the results as .xlsx and view them locally on your computer.

With Etsy Scraper Suite, you'll find Etsy Marketing Research & Data Mining much more easy and efficient.

At present, supported extract type include:
✅ Shop Listings
✅ Shop Reviews
✅ Search Results
✅ Category Items

😜 New feature requests are welcome. 
📧 [email protected]

Also feel free to contact us if you have any question or problem with this extension.                    

擴展基本資訊

名稱 Etsy Scraper Suite Etsy Scraper Suite
ID oniipfakkamageeopipoebfoimafplkb
官方網址 https://chromewebstore.google.com/detail/etsy-scraper-suite/oniipfakkamageeopipoebfoimafplkb
簡介 Etsy Extractor Toolset. Multiple scrape tools for Etsy.
檔案大小 645 KB
安裝次數 298
目前版本 1.0.1
更新時間 2022-02-15
上架時間 2021-12-27
評分 5.00/5 共 1 次評分
開發者 Digital Turbo
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_ext_description__",
    "version": "1.0.1",
    "name": "__MSG_ext_fulltitle__",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etsy.com\/*",
                "https:\/\/*.digitalworldturbo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.digitalworldturbo.com\/"
    ]
}