Importable
Shop Amazon.com with Bahamas customs automatically calculated.
Cos'è Importable?
Importable è un'estensione di Chrome sviluppata da Importable, e la sua funzione principale è "Shop Amazon.com with Bahamas customs automatically calculated.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Importable
Scarica i file di estensione Importable in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.
Informazioni di Base sull'Estensione
Nome | |
ID | fgcpnflkmkpfbpadfinicmbijdddmkji |
URL Ufficiale | https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji |
Descrizione | Shop Amazon.com with Bahamas customs automatically calculated. |
Dimensione del File | 227 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-03-11 |
Data di Pubblicazione | 2022-03-11 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Importable |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://importable.app/ |
URL della Pagina della Politica sulla Privacy | https://importable.app/privacy-policy |
Lingue Supportate | 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" ] } ] } |