CÔNG CỤ ĐẶT HÀNG TRUNG QUỐC PTITE

Ptite 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 TRUNG QUỐC PTITE ?

CÔNG CỤ ĐẶT HÀNG TRUNG QUỐC PTITE est une extension Chrome développée par ptite.shop, et sa fonction principale est "Ptite 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

Télécharger le fichier CRX de l'extension CÔNG CỤ ĐẶT HÀNG TRUNG QUỐC PTITE

Téléchargez les fichiers d'extension CÔNG CỤ ĐẶT HÀNG TRUNG QUỐC PTITE 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 Ptite trình duyệt Chrome & Cốc Cốc 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

Hướng dẫn sử dụng: 
Công cụ hỗ trợ đặt hàng của Ptite những website Thương Mại Điện Tử lớn của TQ.
Bước 1: Tải công cụ
Bước 2: Đi tới link bạn cần đặt hàng từ các trang TMĐT
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 Ptite.
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 TRUNG QUỐC PTITE CÔNG CỤ ĐẶT HÀNG TRUNG QUỐC PTITE
ID dfbifkhegmcjiopjfgbllgdjdofdppji
URL Officiel https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-trung-qu/dfbifkhegmcjiopjfgbllgdjdofdppji
Description Ptite 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 2.04 MB
Nombre d'Installations 130
Version Actuelle 1.0.1
Dernière Mise à Jour 2024-02-21
Date de Publication 2024-01-23
Développeur ptite.shop
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ptitemuahang.com/
URL de la Page d'Aide https://ptitemuahang.com/
URL de la Page de Politique de Confidentialité https://ptitemuahang.com/privacy-policy.html
Langues Prises en Charge vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG TRUNG QU\u1ed0C PTITE",
    "short_name": "C\u00d4NG C\u1ee4 \u0110\u1eb6T H\u00c0NG TRUNG QU\u1ed0C PTITE",
    "description": "Ptite 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.",
    "version": "1.0.1",
    "action": {
        "default_icon": "images\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_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:\/\/ptitemuahang.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.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\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "template\/*",
                "*.png",
                "css\/*",
                "css\/webfonts\/*",
                "js\/*",
                "js\/getGlobalData.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}