Data Scrapper

This extension will Scrape Asins from Amazon Search Results & StoreFront.

Что такое Data Scrapper?

Data Scrapper - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension will Scrape Asins from Amazon Search Results & StoreFront.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Extension for Google Chrome ™ that allows the extraction of information from Web Pages.
Data Scrapper is an extension developed by NerdzPlanet Team for Google Chrome ™ that allows the extraction of information.                    

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

Название Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
Официальный URL https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg
Описание This extension will Scrape Asins from Amazon Search Results & StoreFront.
Размер файла 248 KB
Количество установок 364
Текущая Версия 1.5.1
Последнее Обновление 2020-05-06
Дата публикации 2020-05-06
Рейтинг 1.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения http://mydatascraper.com/
URL страницы помощи http://mydatascraper.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Data Scrapper",
    "version": "1.5.1",
    "description": "This extension will Scrape Asins from Amazon Search Results & StoreFront.",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/mydatascraper.com\/functions\/"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}