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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
    }
}