Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Was ist Importable?

Importable ist eine Chrome-Erweiterung, die von Importable entwickelt wurde, und ihr Hauptmerkmal ist "Shop Amazon.com with Bahamas customs automatically calculated.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Importable-Erweiterungs-CRX-Datei herunterladen

Laden Sie Importable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Offizielle URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Beschreibung Shop Amazon.com with Bahamas customs automatically calculated.
Dateigröße 227 KB
Installationsanzahl 56
Aktuelle Version 0.0.1
Letztes Update 2022-03-11
Veröffentlichungsdatum 2022-03-11
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Importable
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://importable.app/
URL der Datenschutzrichtlinien-Seite https://importable.app/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}