Order1688

Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688

Order1688คืออะไร?

Order1688 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kalzen.com และคุณลักษณะหลักของมันคือ "Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Order1688 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ứng dụng đặt hàng trực tuyến taobao, tmall, 1688 của website order1688.vn                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Order1688 Order1688
ID akokginhpmbmklmbehkejedhgogmkngi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/order1688/akokginhpmbmklmbehkejedhgogmkngi
คำอธิบาย Hỗ trợ đặt hàng trên TAOBAO, TMALL, 1688
ขนาดไฟล์ 154 KB
จำนวนการติดตั้ง 181
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2019-11-06
วันที่เผยแพร่ 2019-11-05
ผู้พัฒนา kalzen.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Order1688",
    "description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean TAOBAO, TMALL, 1688",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_title": "Order1688"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "64": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "https:\/\/order1688.vn\/*",
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "\/css\/bootstrap.css",
                "\/css\/extension.css"
            ],
            "js": [
                "\/js\/appscript.js"
            ]
        }
    ]
}