Importable

Shop Amazon.com with Bahamas customs automatically calculated.

What is Importable?

Importable is a Chrome extension developed by Importable, and its main feature is "Shop Amazon.com with Bahamas customs automatically calculated.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Importable Extension CRX File

Download Importable extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
Official URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Description Shop Amazon.com with Bahamas customs automatically calculated.
File Size 227 KB
Installation Count 56
Current Version 0.0.1
Last Updated 2022-03-11
Publish Date 2022-03-11
Rating 5.00/5 Total 1 Ratings
Developer Importable
Email [email protected]
Payment Type free
Extension Website https://importable.app/
Privacy Policy Page URL https://importable.app/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}