ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Was ist ID Grabber?
ID Grabber ist eine Chrome-Erweiterung, die von xylude entwickelt wurde, und ihr Hauptmerkmal ist "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
ID Grabber-Erweiterungs-CRX-Datei herunterladen
Laden Sie ID Grabber-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
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | limdokdgfgcalepbjabnimcdiakbkjho |
| Offizielle URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
| Beschreibung | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
| Dateigröße | 214 KB |
| Installationsanzahl | 98 |
| Aktuelle Version | 0.0.3 |
| Letztes Update | 2018-07-06 |
| Veröffentlichungsdatum | 2018-07-06 |
| Entwickler | xylude |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |