Nhập hàng phương đông công cụ

Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.

Qu'est-ce que Nhập hàng phương đông công cụ ?

Nhập hàng phương đông công cụ est une extension Chrome développée par hungbn306, et sa fonction principale est "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nhập hàng phương đông công cụ

Téléchargez les fichiers d'extension Nhập hàng phương đông công cụ 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ụ Đặt Hàng giúp Khách hàng tạo đơn và đặt hàng từ Trung Quốc một cách dễ dàngỨng dụng giúp cho bạn có thể dễ dàng lấy thông tin sản phẩm từ các trang web bán hàng Trung Quốc (taobao, tmall, 1688) và tạo đơn hàng trên hệ thống.
Chúng tôi hiện tại có 2 tên miền là
https://nhaphangphuongdong.com
https://nhaphangphuongdong.vn                    

Informations de Base sur l'Extension

Nom Nhập hàng phương đông công cụ Nhập hàng phương đông công cụ
ID oilioldmjdkeokcaoaiifgagecfnfgll
URL Officiel https://chromewebstore.google.com/detail/nh%E1%BA%ADp-h%C3%A0ng-ph%C6%B0%C6%A1ng-%C4%91%C3%B4ng-c%C3%B4n/oilioldmjdkeokcaoaiifgagecfnfgll
Description Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Taille du Fichier 68.71 KB
Nombre d'Installations 324
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-07-13
Date de Publication 2020-07-13
Développeur hungbn306
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nhaphangphuongdong.vn/
URL de la Page d'Aide https://nhaphangphuongdong.com/
URL de la Page de Politique de Confidentialité https://nhaphangphuongdong.vn/post/25/chinh-sach-bao-mat-thong-tin
Langues Prises en Charge vi
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "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\/*"
            ]
        },
        {
            "js": [
                "js\/random.js"
            ],
            "matches": [
                "http:\/\/www.random.org\/*",
                "https:\/\/www.random.org\/*"
            ]
        },
        {
            "js": [
                "\/js\/jquery.js",
                "js\/autopai.js"
            ],
            "matches": [
                "http:\/\/nhaphangphuongdong.vn\/order\/*",
                "https:\/\/nhaphangphuongdong.vn\/order\/*"
            ]
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.taobao.js"
            ],
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "http:\/\/*.taobao.com\/item\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.taobao.com\/item\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.tmall.js"
            ],
            "matches": [
                "http:\/\/*.tmall.com\/item*",
                "https:\/\/*.tmall.com\/item*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "\/js\/jquery.js",
                "\/js\/autopai.common.js",
                "\/js\/autopai.1688.js"
            ],
            "matches": [
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Nh\u1eadp h\u00e0ng ph\u01b0\u01a1ng \u0111\u00f4ng c\u00f4ng c\u1ee5",
    "permissions": [],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "css\/main.css"
    ]
}