Scrape All

Scrape all web data mapping extension.

Cos'è Scrape All?

Scrape All è un'estensione di Chrome sviluppata da https://scrapeall.io, e la sua funzione principale è "Scrape all web data mapping extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Scrape All

Scarica i file di estensione Scrape All in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
URL Ufficiale https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Descrizione Scrape all web data mapping extension.
Dimensione del File 773 KB
Conteggio Installazioni 302
Versione Corrente 0.2
Ultimo Aggiornamento 2021-04-18
Data di Pubblicazione 2021-03-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://scrapeall.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://scrapeall.io
URL della Pagina di Aiuto https://scrapeall.io/submit-ticket/
URL della Pagina della Politica sulla Privacy https://vamsy.tech/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}