Scrape All

Scrape all web data mapping extension.

Hvad er Scrape All?

Scrape All er en Chrome-udvidelse udviklet af https://scrapeall.io, og dens hovedfunktion er "Scrape all web data mapping extension.".

Udvidelsesskærmbilleder

screenshot

Download Scrape All-udvidelses-CRX-fil

Download Scrape All-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Web data scraping was never more simple. Map desired site data position with ScrapeAll chrome web browser extension and start data recovery automation using our customizable scraping solution.

Read more about our automated web data scraping solution on https://scrapeall.io and get started for free.                    

Grundlæggende oplysninger om udvidelsen

Navn Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
Officiel URL https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Beskrivelse Scrape all web data mapping extension.
Filstørrelse 773 KB
Antal Installationer 302
Nuværende Version 0.2
Senest Opdateret 2021-04-18
Udgivelsesdato 2021-03-31
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://scrapeall.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://scrapeall.io
Hjælpeside-URL https://scrapeall.io/submit-ticket/
URL til Fortrolighedspolitik Side https://vamsy.tech/privacy-policy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Scrape All",
    "description": "Scrape all web data mapping extension.",
    "version": "0.2",
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/localhost\/*",
                "http:\/\/localhost\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.scrapeall.io\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/ant.design\/*"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ]
}