Công cụ đặt hàng ongvangorder.com

Công cụ đặt hàng taobao, tmall, 1688 trên ongvangorder.com

What is Công cụ đặt hàng ongvangorder.com?

Công cụ đặt hàng ongvangorder.com is a Chrome extension developed by Gobiz Developer, and its main feature is "Công cụ đặt hàng taobao, tmall, 1688 trên ongvangorder.com".

Extension Screenshots

screenshot
screenshot

Download Công cụ đặt hàng ongvangorder.com Extension CRX File

Download Công cụ đặt hàng ongvangorder.com 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

                        Ong Vàng Order là đơn vị cung cấp dịch vụ trung gian nhập hàng từ các website thương mại điện tử hàng đầu Trung Quốc. Dịch vụ của HongHac bao gồm:
- Tư vấn tìm kiếm nguồn hàng trên các website bán buôn, bán lẻ hàng đầu Trung Quốc như wholesaler.alibaba.com, 1688.com, taobao.com, tmall.com...
- Mua hàng và kiểm tra hàng hóa
- Đóng gói và làm việc với các đơn vị vận chuyển hàng hóa về Việt Nam
- Khiếu nại nhà cung cấp, hỗ trợ đổi trả hàng hóa

Công cụ đặt hàng Ong Vàng sẽ giúp khách hàng có thể dễ dàng đặt hàng trên các website thương mại điện tử lớn của Trung Quốc như taobao, tmall, 1688                    

Extension Basic Information

Name Công cụ đặt hàng ongvangorder.com Công cụ đặt hàng ongvangorder.com
ID bonbdfhdcgbmggfldaogbakoajahljek
Official URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-ongvango/bonbdfhdcgbmggfldaogbakoajahljek
Description Công cụ đặt hàng taobao, tmall, 1688 trên ongvangorder.com
File Size 828 KB
Installation Count 1,052
Current Version 4.0.14
Last Updated 2024-01-11
Publish Date 2020-03-07
Developer Gobiz Developer
Email [email protected]
Payment Type free
Extension Website http://ongvangorder.com/
Help Page URL http://hotro.ongvangorder.com/
Privacy Policy Page URL https://gobiz.vn/gobiz-privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0.14",
    "short_name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ongvangorder.com",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng taobao, tmall, 1688 tr\u00ean ongvangorder.com",
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng ongvangorder.com",
    "icons": {
        "128": ".\/img\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/taobao.com\/",
                "*:\/\/*.1688.com\/*",
                "*:\/\/1688.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*",
                "http:\/\/*.liangxinyao.com\/*",
                "https:\/\/*.liangxinyao.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "js": [
                "content_service.js"
            ],
            "matches": [
                "http:\/\/nothing.gobizdev.com\/*",
                "https:\/\/nothing.gobizdev.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.html",
                "templates\/*",
                "injector.js",
                "*.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}