Easy Web Data Scraper

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

Vad är Easy Web Data Scraper?

Easy Web Data Scraper är en Chrome-tillägg utvecklad av Wuhenlove, och dess huvudfunktion är "Free & No-code scraper tool can automatically flip pages to extract or export any data you need".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Easy Web Data Scraper-förlängningens CRX-fil

Ladda ner Easy Web Data Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Web Data Scraper Easy Web Data Scraper
ID mndkmbnkepbhdlkhlofdfcmgflbjggnl
Officiell webbadress https://chromewebstore.google.com/detail/easy-web-data-scraper/mndkmbnkepbhdlkhlofdfcmgflbjggnl
Beskrivning Free & No-code scraper tool can automatically flip pages to extract or export any data you need
Filstorlek 877 KB
Antal Installationer 42,776
Aktuell Version 1.2.3
Senast Uppdaterad 2023-09-05
Publiceringsdatum 2022-08-15
Betyg 4.17/5 Totalt 96 Betyg
Utvecklare Wuhenlove
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://findniche.com/privacy
Stödda Språk 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'"
    }
}