Scrape All

Scrape all web data mapping extension.

Wat is Scrape All?

Scrape All is een Chrome-extensie ontwikkeld door https://scrapeall.io, en de belangrijkste functie is "Scrape all web data mapping extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Scrape All

Download Scrape All-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
Officiële URL https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Beschrijving Scrape all web data mapping extension.
Bestandsgrootte 773 KB
Aantal Installaties 302
Huidige Versie 0.2
Laatst Bijgewerkt 2021-04-18
Publicatiedatum 2021-03-31
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://scrapeall.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://scrapeall.io
Help Pagina-URL https://scrapeall.io/submit-ticket/
URL van de Privacybeleid Pagina https://vamsy.tech/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}