Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Importable là gì?

Importable là một tiện ích mở rộng Chrome được phát triển bởi Importable, và tính năng chính của nó là "Shop Amazon.com with Bahamas customs automatically calculated.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Importable

Tải xuống các tệp mở rộng Importable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Importable Importable
ID fgcpnflkmkpfbpadfinicmbijdddmkji
URL Chính Thức https://chromewebstore.google.com/detail/importable/fgcpnflkmkpfbpadfinicmbijdddmkji
Mô tả Shop Amazon.com with Bahamas customs automatically calculated.
Kích Thước Tệp 227 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-03-11
Ngày Phát Hành 2022-03-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Importable
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://importable.app/
URL Trang Chính Sách Bảo Mật https://importable.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}