Importable
Shop Amazon.com with Bahamas customs automatically calculated.
Apa itu Importable?
Importable adalah ekstensi Chrome yang dikembangkan oleh Importable, dan fitur utamanya adalah "Shop Amazon.com with Bahamas customs automatically calculated.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Importable
Unduh file ekstensi Importable 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
Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.
Informasi Dasar Ekstensi
Nama | |
ID | fgcpnflkmkpfbpadfinicmbijdddmkji |
URL Resmi | https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji |
Deskripsi | Shop Amazon.com with Bahamas customs automatically calculated. |
Ukuran File | 227 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-03-11 |
Tanggal Publikasi | 2022-03-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Importable |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://importable.app/ |
URL Halaman Kebijakan Privasi | https://importable.app/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Importable", "description": "Shop Amazon.com with Bahamas customs automatically calculated.", "version": "0.0.1", "permissions": [ "storage" ], "background": { "service_worker": "\/js\/background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" }, "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*.amazon.com\/*" ], "js": [ "js\/amazon.js" ], "css": [ "css\/amazon.css" ] } ] } |