HAPPY ORDER

Hỗ trợ đặt hàng qua Happy Order

What is HAPPY ORDER?

HAPPY ORDER is a Chrome extension developed by https://happyorder.vn, and its main feature is "Hỗ trợ đặt hàng qua Happy Order".

Extension Screenshots

screenshot
screenshot
screenshot

Download HAPPY ORDER Extension CRX File

Download HAPPY ORDER 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ụ hỗ trợ đặt hàng qua hệ thống của HAPPY ORDER 
Bản nâng cấp bao gồm các thay đổi: 
- Sửa lỗi hiển thị giá theo số lượng ưu đãi trên 1688
- Sửa lỗi hiển thị khu vực giao hàng trên Tmall                    

Extension Basic Information

Name HAPPY ORDER HAPPY ORDER
ID fhicjmmmompapejjpkjmbnnkgdlfpfbn
Official URL https://chromewebstore.google.com/detail/happy-order/fhicjmmmompapejjpkjmbnnkgdlfpfbn
Description Hỗ trợ đặt hàng qua Happy Order
File Size 446 KB
Installation Count 12,549
Current Version 2.3.0.9
Last Updated 2024-01-08
Publish Date 2020-02-26
Rating 4.29/5 Total 7 Ratings
Developer https://happyorder.vn
Email [email protected]
Payment Type free
Extension Website https://happyorder.vn
Help Page URL https://happyorder.vn/huong-dan/quy-dinh-dat-hang.html
Privacy Policy Page URL https://happyorder.vn/chinh-sach-bao-mat.html
Supported Languages vi
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "HAPPY ORDER"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/config.js",
                "js\/md5.min.js",
                "js\/background.js",
                "js\/script.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "js\/zebra_dialog.min.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/extension.css",
                "css\/font-awesome.min.css",
                "css\/main.css",
                "css\/zebra_dialog.min.css"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.happyorder.vn\/*",
                "*:\/\/cart.taobao.com\/*"
            ]
        },
        {
            "js": [
                "js\/jquery-3.5.0.min.js",
                "js\/config.js",
                "js\/md5.min.js",
                "js\/background.js",
                "js\/script.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js"
            ],
            "matches": [
                "*:\/\/*.happyorder.vn\/*"
            ],
            "exclude_matches": [
                "*:\/\/console.happyorder.vn\/*",
                "*:\/\/cart.taobao.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "description": "H\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng qua Happy Order",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "64": "images\/icon_64.png"
    },
    "manifest_version": 3,
    "name": "HAPPY ORDER",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.0.9",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/bootstrap.min.css",
                "css\/extension.css",
                "css\/font-awesome.min.css",
                "css\/main.css",
                "css\/zebra_dialog.min.css",
                "js\/jquery-3.5.0.min.js",
                "js\/config.js",
                "js\/md5.min.js",
                "js\/background.js",
                "js\/script.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "js\/zebra_dialog.min.js",
                "js\/inject_script.js",
                "images\/logo.png",
                "template\/index.html"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        },
        {
            "resources": [
                "js\/jquery-3.5.0.min.js",
                "js\/config.js",
                "js\/md5.min.js",
                "js\/background.js",
                "js\/script.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "images\/logo.png",
                "template\/index.html",
                "css\/main.css"
            ],
            "matches": [
                "https:\/\/*.happyorder.vn\/*"
            ],
            "exclude_matches": [
                "*:\/\/console.happyorder.vn\/*",
                "*:\/\/cart.taobao.com\/*"
            ]
        }
    ]
}