Công Cụ Đặt Hàng Của ApExpress

ApExpress cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.

Qu'est-ce que Công Cụ Đặt Hàng Của ApExpress ?

Công Cụ Đặt Hàng Của ApExpress est une extension Chrome développée par nhaphangtrungquoc10, et sa fonction principale est "ApExpress cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Công Cụ Đặt Hàng Của ApExpress

Téléchargez les fichiers d'extension Công Cụ Đặt Hàng Của ApExpress au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Công cụ hỗ trợ đặt hàng trực tuyến của ApExpress trình duyệt Chrome & Cờ rôm+ là công cụ hỗ trợ giúp khách hàng có thể đặt hàng trực tuyến hàng triệu sản phẩm phong phú dễ dàng hơn từ những website Thương Mại Điện Tử lớn của TQ như: taobao.com, tmall.com và 1688.com.

Hướng dẫn sử dụng: 
Công cụ hỗ trợ đặt hàng của ApExpress từ các trang TAOBAO, ALIBABA, 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ữ "về giỏ hàng" chọn kết đơn các shop cần đặt

Screenshots:
Hình 1: Trang chủ của ApExpress.
Hình 2: Hình ảnh chi tiết sản phẩm và công cụ đặt hàng.
Hình 3: Hình ảnh cho vào giỏ hàng thành công bằng công cụ đặt hàng.
Hình 4: Hình giỏ hàng sau khi đã được cho sản phẩm vào giỏ bằng công cụ đặt hàng.                    

Informations de Base sur l'Extension

Nom Công Cụ Đặt Hàng Của ApExpress Công Cụ Đặt Hàng Của ApExpress
ID oookokalellhhdeeihaahcnihepgomon
URL Officiel https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-c%E1%BB%A7a-apex/oookokalellhhdeeihaahcnihepgomon
Description ApExpress cung cấp công cụ hỗ trợ bạn đặt hàng trực tuyến tại các website thương mại điện tử như 1688, TMALL, Taobao.
Taille du Fichier 335 KB
Nombre d'Installations 11
Version Actuelle 1.1.0
Dernière Mise à Jour 2020-12-02
Date de Publication 2020-11-01
Développeur nhaphangtrungquoc10
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://apexpress.vn/
URL de la Page d'Aide http://apexpress.vn/term.html
URL de la Page de Politique de Confidentialité http://foxexpress.com.vn/privacy-policy.html
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/md5.min.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*",
                "http:\/\/*.tmall.hk\/*",
                "https:\/\/*.tmall.hk\/*"
            ]
        }
    ],
    "description": "ApExpress cung c\u1ea5p c\u00f4ng c\u1ee5 h\u1ed7 tr\u1ee3 b\u1ea1n \u0111\u1eb7t h\u00e0ng tr\u1ef1c tuy\u1ebfn t\u1ea1i c\u00e1c website th\u01b0\u01a1ng m\u1ea1i \u0111i\u1ec7n t\u1eed nh\u01b0 1688, TMALL, Taobao.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng C\u1ee7a ApExpress",
    "short_name": "BEE SHIP",
    "options_page": "options.html",
    "permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "http:\/\/*.tmall.hk\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/apexpress.vn\/*",
        "http:\/\/apexpress.vn\/*",
        "storage"
    ],
    "version": "1.1.0",
    "web_accessible_resources": [
        "images\/*",
        "template\/*",
        "css\/*"
    ]
}