Importable
Shop Amazon.com with Bahamas customs automatically calculated.
Vad är Importable?
Importable är en Chrome-tillägg utvecklad av Importable, och dess huvudfunktion är "Shop Amazon.com with Bahamas customs automatically calculated.".
Tilläggsskärmbilder
Ladda ner Importable-förlängningens CRX-fil
Ladda ner Importable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon. Grundläggande Information om Tillägg
| Namn | |
| ID | fgcpnflkmkpfbpadfinicmbijdddmkji |
| Officiell webbadress | https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji |
| Beskrivning | Shop Amazon.com with Bahamas customs automatically calculated. |
| Filstorlek | 227 KB |
| Antal Installationer | 56 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2022-03-11 |
| Publiceringsdatum | 2022-03-11 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Importable |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://importable.app/ |
| URL till Sekretesspolicy Sidan | https://importable.app/privacy-policy |
| Stödda Språk | 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"
]
}
]
} | |