Amazon ASIN Checker
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…
Apa itu Amazon ASIN Checker?
Amazon ASIN Checker adalah ekstensi Chrome yang dikembangkan oleh https://extensionsworld.com, dan fitur utamanya adalah "Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Amazon ASIN Checker
Unduh file ekstensi Amazon ASIN Checker 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
Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can compare new and old results
Informasi Dasar Ekstensi
Nama | Amazon ASIN Checker |
ID | jhmikeeececplgomdjnahelcfoekohpo |
URL Resmi | https://chromewebstore.google.com/detail/amazon-asin-checker/jhmikeeececplgomdjnahelcfoekohpo |
Deskripsi | Check ASIN status. Get information about a list of products, only by providing ASIN data. If you also provide prices, you can… |
Ukuran File | 56.54 KB |
Jumlah Instalasi | 25 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2021-02-16 |
Tanggal Publikasi | 2021-02-06 |
Pengembang | https://extensionsworld.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://extensionsworld.com/contact |
URL Halaman Kebijakan Privasi | https://extensionsworld.com/legal |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon ASIN Checker", "permissions": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*", "storage" ], "version": "0.0.3", "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.ca\/*" ], "js": [ "js\/utils.js", "js\/index.js" ] } ], "icons": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "browser_action": { "default_icon": { "128": "icon128.png", "64": "icon64.png", "32": "icon32.png" }, "default_title": "Amazon ASIN Checker", "default_popup": "html\/index.html" }, "web_accessible_resources": [ "js\/injectable.js", "html\/redirectFB.html" ] } |