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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}