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

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

Nhập hàng phương đông công cụ ist eine Chrome-Erweiterung, die von hungbn306 entwickelt wurde, und ihr Hauptmerkmal ist "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".

Erweiterungsscreenshots

screenshot

Nhập hàng phương đông công cụ-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nhập hàng phương đông công cụ-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Nhập hàng phương đông công cụ Nhập hàng phương đông công cụ
ID oilioldmjdkeokcaoaiifgagecfnfgll
Offizielle URL 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
Beschreibung Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Dateigröße 68.71 KB
Installationsanzahl 324
Aktuelle Version 1.0.0
Letztes Update 2022-07-13
Veröffentlichungsdatum 2020-07-13
Entwickler hungbn306
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://nhaphangphuongdong.vn/
Hilfeseite URL https://nhaphangphuongdong.com/
URL der Datenschutzrichtlinien-Seite https://nhaphangphuongdong.vn/post/25/chinh-sach-bao-mat-thong-tin
Unterstützte Sprachen 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"
    ]
}