Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
Was ist Data Scrapper?
Data Scrapper ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension will Scrape Asins from Amazon Search Results & StoreFront.".
Erweiterungsscreenshots
Data Scrapper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Data Scrapper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Data Scrapper |
ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
Offizielle URL | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
Beschreibung | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
Dateigröße | 248 KB |
Installationsanzahl | 364 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2020-05-06 |
Veröffentlichungsdatum | 2020-05-06 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | http://mydatascraper.com/ |
Hilfeseite URL | http://mydatascraper.com/ |
Unterstützte Sprachen | 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" } } |