Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
Wat is Data Scrapper?
Data Scrapper is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension will Scrape Asins from Amazon Search Results & StoreFront.".
Extensie Screenshots
Download het CRX-bestand van de extensie Data Scrapper
Download Data Scrapper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Data Scrapper |
ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
Officiële URL | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
Beschrijving | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
Bestandsgrootte | 248 KB |
Aantal Installaties | 364 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2020-05-06 |
Publicatiedatum | 2020-05-06 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | http://mydatascraper.com/ |
Help Pagina-URL | http://mydatascraper.com/ |
Ondersteunde Talen | 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" } } |