Tiện ích đặt hàng Kelly Express

Công cụ hỗ trợ đặt hàng của Kelly Express trên trình duyệt Chrome & Coccoc.

Tiện ích đặt hàng Kelly Expressคืออะไร?

Tiện ích đặt hàng Kelly Express เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kellyexpress.vn และคุณลักษณะหลักของมันคือ "Công cụ hỗ trợ đặt hàng của Kelly Express trên trình duyệt Chrome & Coccoc."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tiện ích đặt hàng Kelly Express

ดาวน์โหลดไฟล์ส่วนขยาย Tiện ích đặt hàng Kelly Express ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Cho phép bạn đặt hàng, nhận báo giá trực tuyến tại các website thương mại điện tử như 1688, tmall, taobao
Công cụ hỗ trợ đặt hàng trực tuyến của Kelly Express trên trình duyệt Chrome & Cococ công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của Trung Quốc như: taobao.com, tmall.com và 1688.com.
Cần đăng nhập tài khoản trên kellyexpress.vn trước khi đặt hàng                    

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

ชื่อ Tiện ích đặt hàng Kelly Express Tiện ích đặt hàng Kelly Express
ID egagfecdcelhgpdemlakeaadnokcffbd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-%C4%91%E1%BA%B7t-h%C3%A0ng-kelly-e/egagfecdcelhgpdemlakeaadnokcffbd
คำอธิบาย Công cụ hỗ trợ đặt hàng của Kelly Express trên trình duyệt Chrome & Coccoc.
ขนาดไฟล์ 145 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-11-21
วันที่เผยแพร่ 2020-07-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://kellyexpress.vn
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://kellyexpress.vn/
URL หน้าช่วยเหลือ https://kellyexpress.vn/huong-dan
URL หน้านโยบายความเป็นส่วนตัว https://golog.vn/chinh-sach/chinh-sach-bao-mat-thong-tin
ภาษาที่รองรับ vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec7n \u00edch \u0111\u1eb7t h\u00e0ng Kelly Express",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng c\u1ee7a Kelly Express tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & Coccoc.",
    "icons": {
        "128": "icon.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "permissions": [
        "https:\/\/kellyexpress.vn\/*"
    ],
    "background": {
        "scripts": [
            "dest\/background.bundle.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "js": [
                "dest\/content.min.js",
                "dest\/jquery.js"
            ],
            "matches": [
                "https:\/\/item.taobao.com\/*",
                "https:\/\/detail.1688.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "template\/index.html",
        "css\/main.css",
        "images\/logo-addon.png"
    ]
}