ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Qu'est-ce que ID Grabber ?
ID Grabber est une extension Chrome développée par xylude, et sa fonction principale est "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Télécharger le fichier CRX de l'extension ID Grabber
Téléchargez les fichiers d'extension ID Grabber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ID Grabber |
ID | limdokdgfgcalepbjabnimcdiakbkjho |
URL Officiel | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
Description | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
Taille du Fichier | 214 KB |
Nombre d'Installations | 98 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2018-07-06 |
Date de Publication | 2018-07-06 |
Développeur | xylude |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |