Data Scrapper

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

Co je Data Scrapper?

Data Scrapper je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension will Scrape Asins from Amazon Search Results & StoreFront.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Data Scrapper

Stáhněte si soubory rozšíření Data Scrapper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Data Scrapper Data Scrapper
ID jlipjjlbnogejmanaplfhbacgbgcdopg
Oficiální URL https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg
Popis This extension will Scrape Asins from Amazon Search Results & StoreFront.
Velikost souboru 248 KB
Počet instalací 364
Aktuální Verze 1.5.1
Poslední Aktualizace 2020-05-06
Datum Vydání 2020-05-06
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Unknown
Typ Platby free
Webové stránky Rozšíření http://mydatascraper.com/
URL Stránky Nápovědy http://mydatascraper.com/
Podporované Jazyky 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"
    }
}