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
公式URL 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
Eメール [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\/"
    ]
}