ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Wat is ID Grabber?
ID Grabber is een Chrome-extensie ontwikkeld door xylude, en de belangrijkste functie is "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Download het CRX-bestand van de extensie ID Grabber
Download ID Grabber-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
This extension will grab ASIN/Product IDs from Amazon, WalMart and Costco for use with various drop shipping services. It is lightweight, has low permissions and doesn't require any logins to third-party services.
If you find any issues with this extension, please submit an issue on the github for this project here:
https://github.com/xylude/id-grabber/issues Basisinformatie over de Extensie
| Naam | |
| ID | limdokdgfgcalepbjabnimcdiakbkjho |
| Officiële URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
| Beschrijving | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
| Bestandsgrootte | 214 KB |
| Aantal Installaties | 98 |
| Huidige Versie | 0.0.3 |
| Laatst Bijgewerkt | 2018-07-06 |
| Publicatiedatum | 2018-07-06 |
| Ontwikkelaar | xylude |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ID Grabber",
"version": "0.0.3",
"description": "Grab ASIN\/Product IDs from Amazon, Costco and Walmart",
"manifest_version": 2,
"permissions": [
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "index.html",
"default_icon": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
}
} | |