Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Co to jest Importable?

Importable to rozszerzenie Chrome opracowane przez Importable, a jego główną funkcją jest „Shop Amazon.com with Bahamas customs automatically calculated.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Importable

Pobierz pliki rozszerzeń Importable w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Oficjalny URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Opis Shop Amazon.com with Bahamas customs automatically calculated.
Rozmiar pliku 227 KB
Liczba instalacji 56
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-03-11
Data Publikacji 2022-03-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Importable
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://importable.app/
Adres URL Strony Polityki Prywatności https://importable.app/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}