Công cụ đặt hàng Thuận Phong Order

Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com

O que é Công cụ đặt hàng Thuận Phong Order?

Công cụ đặt hàng Thuận Phong Order é uma extensão do Chrome desenvolvida por windluffy, e sua principal característica é "Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Công cụ đặt hàng Thuận Phong Order

Baixe arquivos de extensão Công cụ đặt hàng Thuận Phong Order no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Chính sách bảo mật quyền riêng tư người dùng/Security Privacy Policy: https://thuanphongorder.com/bai-viet/security-privacy-policy/

Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome từ các website thương mại điện tử lớn của Trung Quốc: taobao.com, tmall.com và 1688.com

Hướng dẫn sử dụng: 
Công cụ hỗ trợ đặt hàng từ các trang TAOBAO, TMALL, 1688:
Bước 1: Tải công cụ
Bước 2: Đi tới link bạn cần đặt hàng: Taobao, 1688, Tmall
Bước 3: sau khi đồng ý thêm hết hàng vào giỏ, bạn click vào chữ "Giỏ hàng" và đọn đặt cọc đơn hàng.

Updated:
Version 3.1.5:
- Fix lỗi không hiển thị đơn giá sản phẩm trên 1688
- Fix lỗi không hiển thị ảnh sản phẩm trên 1688

Version 3.1.4:
- Fix lỗi đặt hàng một số link offer trên 1688

Version 3.1.3:
- Hỗ trợ đặt hàng trên giao diện mới của trang offer 1688
- Fix lỗi giao diện thông báo đặt hàng thành công

Version 3.1.1:
- Hỗ trợ đặt hàng trên giao diện mới của trang offer 1688

Version 3.0.1:
- Thuan Phong Order                    

Informações Básicas da Extensão

Nome Công cụ đặt hàng Thuận Phong Order Công cụ đặt hàng Thuận Phong Order
ID jdpmgmhknjjonhlhajefkabnikhmjipd
URL Oficial https://chrome.google.com/webstore/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-thu%E1%BA%ADn-ph/jdpmgmhknjjonhlhajefkabnikhmjipd
Descrição Công cụ hỗ trợ đặt hàng trên trình duyệt Google Chrome và Cốc Cốc các trang TMDT TQ: taobao.com, tmall.com, 1688.com
Tamanho do Arquivo 177 KB
Contagem de Instalações 528
Versão Atual 3.1.5
Última Atualização 2022-02-12
Data de Publicação 2019-10-22
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor windluffy
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://thuanphongorder.com
URL da Página de Ajuda https://thuanphongorder.com
URL da Página de Política de Privacidade https://thuanphongorder.com/bai-viet/security-privacy-policy
Idiomas Suportados vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Thu\u1eadn Phong Order",
    "version": "3.1.5",
    "short_name": "ThuanPhong",
    "description": "C\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 \u0111\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Google Chrome v\u00e0 C\u1ed1c C\u1ed1c c\u00e1c trang TMDT TQ: taobao.com, tmall.com, 1688.com",
    "browser_action": {
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Thu\u1eadn Phong Order",
        "default_icon": "icons\/logo_128x128.png"
    },
    "icons": {
        "32": "icons\/logo_32x32.png",
        "64": "icons\/logo_64x64.png",
        "128": "icons\/logo_128x128.png",
        "256": "icons\/logo_256x256.png"
    },
    "permissions": [
        "*:\/\/*.thuanphongorder.com\/*",
        "cookies"
    ],
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "web_accessible_resources": [
        "template\/toolbar.html",
        "img\/shopping-cart-64.png",
        "icons\/logo_128x128.png",
        "content-script.css"
    ],
    "content_scripts": [
        {
            "js": [
                "content-script.bundle.js"
            ],
            "css": [
                "content-script.css"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*"
            ]
        }
    ]
}