Redex Order

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

Cos'è Redex Order?

Redex Order è un'estensione di Chrome sviluppata da Hệ thống quản lý Order & Logistics - 097.31.30.238, e la sua funzione principale è "Cho phép đặt hàng từ các trang thương mại điện tử khác".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Redex Order

Scarica i file di estensione Redex Order in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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...                    

Informazioni di Base sull'Estensione

Nome Redex Order Redex Order
ID pepdoelekcmnijhpnmaogonnfeienlpo
URL Ufficiale https://chromewebstore.google.com/detail/redex-order/pepdoelekcmnijhpnmaogonnfeienlpo
Descrizione Cho phép đặt hàng từ các trang thương mại điện tử khác
Dimensione del File 101 KB
Conteggio Installazioni 33
Versione Corrente 5.2
Ultimo Aggiornamento 2024-01-08
Data di Pubblicazione 2020-04-10
Sviluppatore Hệ thống quản lý Order & Logistics - 097.31.30.238
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.fgc.vn/en/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}