Scrape All

Scrape all web data mapping extension.

Что такое Scrape All?

Scrape All - это расширение Chrome, разработанное https://scrapeall.io, и его основная функция - "Scrape all web data mapping extension.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Scrape All

Скачайте файлы расширений Scrape All в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Scrape All Scrape All
ID niameellfhaeibjoeamhnojpfenglead
Официальный URL https://chromewebstore.google.com/detail/scrape-all/niameellfhaeibjoeamhnojpfenglead
Описание Scrape all web data mapping extension.
Размер файла 773 KB
Количество установок 302
Текущая Версия 0.2
Последнее Обновление 2021-04-18
Дата публикации 2021-03-31
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://scrapeall.io
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://scrapeall.io
URL страницы помощи https://scrapeall.io/submit-ticket/
URL страницы политики конфиденциальности https://vamsy.tech/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}