ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Hvad er ID Grabber?
ID Grabber er en Chrome-udvidelse udviklet af xylude, og dens hovedfunktion er "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Download ID Grabber-udvidelses-CRX-fil
Download ID Grabber-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | limdokdgfgcalepbjabnimcdiakbkjho |
| Officiel URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
| Beskrivelse | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
| Filstørrelse | 214 KB |
| Antal Installationer | 98 |
| Nuværende Version | 0.0.3 |
| Senest Opdateret | 2018-07-06 |
| Udgivelsesdato | 2018-07-06 |
| Udvikler | xylude |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |