Data Scrapper
This extension will Scrape Asins from Amazon Search Results & StoreFront.
Cos'è Data Scrapper?
Data Scrapper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension will Scrape Asins from Amazon Search Results & StoreFront.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Data Scrapper
Scarica i file di estensione Data Scrapper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jlipjjlbnogejmanaplfhbacgbgcdopg |
| URL Ufficiale | https://chromewebstore.google.com/detail/data-scrapper/jlipjjlbnogejmanaplfhbacgbgcdopg |
| Descrizione | This extension will Scrape Asins from Amazon Search Results & StoreFront. |
| Dimensione del File | 248 KB |
| Conteggio Installazioni | 364 |
| Versione Corrente | 1.5.1 |
| Ultimo Aggiornamento | 2020-05-06 |
| Data di Pubblicazione | 2020-05-06 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://mydatascraper.com/ |
| URL della Pagina di Aiuto | http://mydatascraper.com/ |
| Lingue Supportate | 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"
}
} | |