ASIN Fetcher
Validate and fetch amazon product pages by ASIN code
Apa itu ASIN Fetcher?
ASIN Fetcher adalah ekstensi Chrome yang dikembangkan oleh gopityro, dan fitur utamanya adalah "Validate and fetch amazon product pages by ASIN code".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ASIN Fetcher
Unduh file ekstensi ASIN Fetcher 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 and validate amazon product pages by enter ASIN code. *Supported 14 different countries amazon websites *Use your setting to change the behavior of extension *Select a text on any website and Right Click search on amazon website Please, write your specific requirement to make this extension more useful.
Informasi Dasar Ekstensi
Nama | ASIN Fetcher |
ID | gghbpobllgpdhiijbnnnhciidcijgpad |
URL Resmi | https://chromewebstore.google.com/detail/asin-fetcher/gghbpobllgpdhiijbnnnhciidcijgpad |
Deskripsi | Validate and fetch amazon product pages by ASIN code |
Ukuran File | 139 KB |
Jumlah Instalasi | 411 |
Versi Saat Ini | 1.0.3 |
Terakhir Diperbarui | 2023-09-05 |
Tanggal Publikasi | 2019-03-25 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | gopityro |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Gopi Tyro", "browser_action": { "default_icon": "img\/icon-16.png", "default_popup": "popup.html" }, "short_name": "Amazon asin checker", "description": "Validate and fetch amazon product pages by ASIN code", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "options.html", "manifest_version": 2, "name": "ASIN Fetcher", "permissions": [ "activeTab", "storage", "notifications", "contextMenus" ], "version": "1.0.3" } |