ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Co je ID Grabber?
ID Grabber je rozšíření Chrome vyvinuté xylude, a jeho hlavní funkcí je „Grab ASIN/Product IDs from Amazon, Costco and Walmart“.
Stáhnout soubor CRX rozšíření ID Grabber
Stáhněte si soubory rozšíření ID Grabber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | ID Grabber |
ID | limdokdgfgcalepbjabnimcdiakbkjho |
Oficiální URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
Popis | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
Velikost souboru | 214 KB |
Počet instalací | 98 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2018-07-06 |
Datum Vydání | 2018-07-06 |
Vývojář | xylude |
Typ Platby | free |
Podporované Jazyky | 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" } } |