Scrape All

Scrape all web data mapping extension.

Co to jest Scrape All?

Scrape All to rozszerzenie Chrome opracowane przez https://scrapeall.io, a jego główną funkcją jest „Scrape all web data mapping extension.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Scrape All

Pobierz pliki rozszerzeń Scrape All w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
Oficjalny URL https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Opis Scrape all web data mapping extension.
Rozmiar pliku 773 KB
Liczba instalacji 302
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2021-04-18
Data Publikacji 2021-03-31
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://scrapeall.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://scrapeall.io
Adres URL Strony Pomocy https://scrapeall.io/submit-ticket/
Adres URL Strony Polityki Prywatności https://vamsy.tech/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}