Importable

Shop Amazon.com with Bahamas customs automatically calculated.

Importableคืออะไร?

Importable เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Importable และคุณลักษณะหลักของมันคือ "Shop Amazon.com with Bahamas customs automatically calculated."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Importable

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}