Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Hvad er Importable?

Importable er en Chrome-udvidelse udviklet af Importable, og dens hovedfunktion er "Shop Amazon.com with Bahamas customs automatically calculated.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Importable-udvidelses-CRX-fil

Download Importable-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Quickly find and calculate Bahamas customs cost while shopping online. See customs costs while shopping Amazon.                    

Grundlæggende oplysninger om udvidelsen

Navn Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Officiel URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Beskrivelse Shop Amazon.com with Bahamas customs automatically calculated.
Filstørrelse 227 KB
Antal Installationer 56
Nuværende Version 0.0.1
Senest Opdateret 2022-03-11
Udgivelsesdato 2022-03-11
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Importable
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://importable.app/
URL til Fortrolighedspolitik Side https://importable.app/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}