Redex Order

Cho phép đặt hàng từ các trang thương mại điện tử khác

What is Redex Order?

Redex Order is a Chrome extension developed by Hệ thống quản lý Order & Logistics - 097.31.30.238, and its main feature is "Cho phép đặt hàng từ các trang thương mại điện tử khác".

Extension Screenshots

screenshot

Download Redex Order Extension CRX File

Download Redex 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ụ giúp Quý khách hàng đặt hàng nhanh chóng và chính xác. Hỗ trợ đặt hàng nhanh trên các site 1688, tmall, taobao. Khách hàng chỉ cần chọn sản phẩm muốn đặt hàng và click chọn các  thuộc tính về sản phẩm, số lượng, mầu sắc, size...                    

Extension Basic Information

Name Redex Order Redex Order
ID pepdoelekcmnijhpnmaogonnfeienlpo
Official URL https://chromewebstore.google.com/detail/redex-order/pepdoelekcmnijhpnmaogonnfeienlpo
Description Cho phép đặt hàng từ các trang thương mại điện tử khác
File Size 101 KB
Installation Count 33
Current Version 5.2
Last Updated 2024-01-08
Publish Date 2020-04-10
Developer Hệ thống quản lý Order & Logistics - 097.31.30.238
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.fgc.vn/en/privacy-policy
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redex Order",
    "description": "Cho ph\u00e9p \u0111\u1eb7t h\u00e0ng t\u1eeb c\u00e1c trang th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed kh\u00e1c",
    "version": "5.2",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*"
            ],
            "js": [
                "libs\/jquery-2.2.4.min.js",
                "libs\/jquery.modal\/jquery.modal.min.js",
                "index.js"
            ],
            "css": [
                "libs\/jquery.modal\/jquery.modal.min.css",
                "styles\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "template\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}