ID Grabber
Grab ASIN/Product IDs from Amazon, Costco and Walmart
Apa itu ID Grabber?
ID Grabber adalah ekstensi Chrome yang dikembangkan oleh xylude, dan fitur utamanya adalah "Grab ASIN/Product IDs from Amazon, Costco and Walmart".
Unduh Berkas CRX Ekstensi ID Grabber
Unduh file ekstensi ID Grabber dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | ID Grabber |
ID | limdokdgfgcalepbjabnimcdiakbkjho |
URL Resmi | https://chromewebstore.google.com/detail/id-grabber/limdokdgfgcalepbjabnimcdiakbkjho |
Deskripsi | Grab ASIN/Product IDs from Amazon, Costco and Walmart |
Ukuran File | 214 KB |
Jumlah Instalasi | 98 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2018-07-06 |
Tanggal Publikasi | 2018-07-06 |
Pengembang | xylude |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |