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
官方網址 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
電子郵箱 [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'"
    }
}