Easy Web Data Scraper

Free & No-code scraper tool can automatically flip pages to extract or export any data you need

Easy Web Data Scraperとは何ですか?

Easy Web Data ScraperはWuhenloveによって開発されたChromeの拡張機能で、その主な機能は「Free & No-code scraper tool can automatically flip pages to extract or export any data you need」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Easy Web Data Scraper拡張機能のCRXファイルをダウンロード

Easy Web Data Scraper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easy Web Data Scraper is a automatic data extraction tool for any website. With this plugin, you can extract or export any data you need

Aren't you bored of the manually copying data? All you have to do is install the Easy Web Data Scraper quickly.

*No bloat, no ads, no unnecessary permissions, just a simple way to automatic extraction.*

The advanced data scraper technology handles web data unlike any other extension. If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

How to use?
On the page where you want to extract data, click the icon in the upper right corner to use.

What does the tool do?
- Automatic Page Flip Extraction
- Customize exported data columns
- Support data preview
- Support crawl speed adjustment
- Support infinite page scrolling

WHO LOVES IT?
- For E-commerce sellers: Extracting product sales, product prices, descriptions, product reviews, URL extraction, images, etc. from e-commerce sites such as Amazon, Shopify, Ebay, Walmart, Etsy, etc.
- For Sales or marketers: Collect leads from various channels such as LinkedIn, Facebook, Instagram, Tiktok, etc., extract customer names, emails, phone numbers, social links, etc.
- Whenever there is a need for data export, there is a need for this tool.

Completely free & unlimited uses! Best alternative to BigSeller - Product Scraper. No registration, no trial period! For more product research, please check in https://findniche.com

Developer promise: This extension does not contain any malware or spyware beyond standard Google Analytics.                    

拡張機能の基本情報

名前 Easy Web Data Scraper Easy Web Data Scraper
ID mndkmbnkepbhdlkhlofdfcmgflbjggnl
公式URL https://chromewebstore.google.com/detail/easy-web-data-scraper/mndkmbnkepbhdlkhlofdfcmgflbjggnl
説明 Free & No-code scraper tool can automatically flip pages to extract or export any data you need
ファイルサイズ 877 KB
インストール数 42,776
現在のバージョン 1.2.3
最終更新日 2023-09-05
公開日 2022-08-15
評価 4.17/5 合計 96 レビュー
開発者 Wuhenlove
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://findniche.com/privacy
対応言語 en,ca,da,et,hr,lv,lt,pl,sk,sl,sr,bg,fa,gu,am-ET,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "webRequest",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.findniche.com\/*",
        "*:\/\/kodepay.io\/*",
        "*:\/\/*.kodepay.io\/*"
    ],
    "action": {
        "default_icon": "icon\/128yun.png"
    },
    "icons": {
        "128": "icon\/128yun.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js",
                "js\/jquery.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/kodepayContent.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}