Công cụ đặt hàng DongGiang Express

Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn

What is Công cụ đặt hàng DongGiang Express?

Công cụ đặt hàng DongGiang Express is a Chrome extension developed by congcuorder, and its main feature is "Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn".

Extension Screenshots

screenshot
screenshot

Download Công cụ đặt hàng DongGiang Express Extension CRX File

Download Công cụ đặt hàng DongGiang Express extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ oder TQ siêu tốc
Extension nhúng giỏ hàng lên các website: taobao, tmall, 1688, zara, JD,...
Công cụ Extension đặt hàng của dịch vụ Oder hàng TQ siêu tốc: 

1/ Cài đặt và đăng ký thành công bạn sẽ nhúng được giỏ hàng lên các website: taobao, tmall, 1688, zara, JD... 
2/ Tính giá nhập hàng và bỏ giỏ dễ dàng. 
3/ Gửi đơn đặt hàng qua trang web order.dgexpress.vn

Chính sách bảo mật - Private policy: https://sites.google.com/view/dgexpress-vn                    

Extension Basic Information

Name Công cụ đặt hàng DongGiang Express Công cụ đặt hàng DongGiang Express
ID kenkngfjpllpommihjllgignpoeelgbe
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-donggian/kenkngfjpllpommihjllgignpoeelgbe
Description Công cụ đặt hàng extension giúp khách bỏ giỏ web mua hàng TQ và chuyển về VN với dịch vụ dgexpress.vn
File Size 60.04 KB
Installation Count 135
Current Version 1.9
Last Updated 2021-03-30
Publish Date 2019-06-19
Rating 5.00/5 Total 3 Ratings
Developer congcuorder
Email [email protected]
Payment Type free
Extension Website https://order.dgexpress.vn
Privacy Policy Page URL https://sites.google.com/view/dichvutaobao/home
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng DongGiang Express",
    "short_name": "DGExpress",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng extension gi\u00fap kh\u00e1ch b\u1ecf gi\u1ecf web mua h\u00e0ng TQ v\u00e0 chuy\u1ec3n v\u1ec1 VN v\u1edbi d\u1ecbch v\u1ee5 dgexpress.vn",
    "version": "1.9",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/order.dgexpress.vn\/*",
            "http:\/\/order.dgexpress.vn\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.zara.cn\/*",
                "https:\/\/*.zara.cn\/*",
                "http:\/\/*.hm.com\/*",
                "https:\/\/*.hm.com\/*",
                "http:\/\/*.jd.com\/*",
                "https:\/\/*.jd.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/order.dgexpress.vn\/*",
        "http:\/\/order.dgexpress.vn\/*"
    ],
    "icons": {
        "16": "img\/dgex-icon16.png",
        "48": "img\/dgex-icon48.png",
        "128": "img\/dgex-icon128.png"
    },
    "oauth2": {
        "client_id": "918113404185-uo3nob1dvra30p85frlfcg7socvc9252.apps.googleusercontent.com",
        "scopes": [
            "profile"
        ]
    },
    "content_security_policy": "script-src 'self'  https:\/\/order.dgexpress.vn\/ http:\/\/order.dgexpress.vn\/; object-src 'self'"
}