Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Wat is Importable?

Importable is een Chrome-extensie ontwikkeld door Importable, en de belangrijkste functie is "Shop Amazon.com with Bahamas customs automatically calculated.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Importable

Download Importable-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Officiële URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Beschrijving Shop Amazon.com with Bahamas customs automatically calculated.
Bestandsgrootte 227 KB
Aantal Installaties 56
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-03-11
Publicatiedatum 2022-03-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Importable
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://importable.app/
URL van de Privacybeleid Pagina https://importable.app/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}