ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
What is ID Grabber?
ID Grabber is a Chrome extension developed by xylude, and its main feature is "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Download ID Grabber Extension CRX File
Download ID Grabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ID Grabber |
ID | limdokdgfgcalepbjabnimcdiakbkjho |
Official URL | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
Description | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
File Size | 214 KB |
Installation Count | 98 |
Current Version | 0.0.3 |
Last Updated | 2018-07-06 |
Publish Date | 2018-07-06 |
Developer | xylude |
Payment Type | free |
Supported Languages | 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" } } |