Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Qu'est-ce que Importable ?

Importable est une extension Chrome développée par Importable, et sa fonction principale est "Shop Amazon.com with Bahamas customs automatically calculated.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Importable

Téléchargez les fichiers d'extension Importable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
URL Officiel https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Description Shop Amazon.com with Bahamas customs automatically calculated.
Taille du Fichier 227 KB
Nombre d'Installations 56
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-03-11
Date de Publication 2022-03-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Importable
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://importable.app/
URL de la Page de Politique de Confidentialité https://importable.app/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}