Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Importableとは何ですか?

ImportableはImportableによって開発されたChromeの拡張機能で、その主な機能は「Shop Amazon.com with Bahamas customs automatically calculated.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Importable拡張機能のCRXファイルをダウンロード

Importable拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
公式URL https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
説明 Shop Amazon.com with Bahamas customs automatically calculated.
ファイルサイズ 227 KB
インストール数 56
現在のバージョン 0.0.1
最終更新日 2022-03-11
公開日 2022-03-11
評価 5.00/5 合計 1 レビュー
開発者 Importable
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://importable.app/
プライバシーポリシーページのURL https://importable.app/privacy-policy
対応言語 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"
            ]
        }
    ]
}