Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Co je Importable?

Importable je rozšíření Chrome vyvinuté Importable, a jeho hlavní funkcí je „Shop Amazon.com with Bahamas customs automatically calculated.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Importable

Stáhněte si soubory rozšíření Importable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Oficiální URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Popis Shop Amazon.com with Bahamas customs automatically calculated.
Velikost souboru 227 KB
Počet instalací 56
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-03-11
Datum Vydání 2022-03-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Importable
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://importable.app/
URL Stránky Zásad Ochrany Soukromí https://importable.app/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}