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

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

Nhập hàng phương đông công cụ is een Chrome-extensie ontwikkeld door hungbn306, en de belangrijkste functie is "Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Nhập hàng phương đông công cụ

Download Nhập hàng phương đông công cụ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Nhập hàng phương đông công cụ Nhập hàng phương đông công cụ
ID oilioldmjdkeokcaoaiifgagecfnfgll
Officiële 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
Beschrijving Công cụ Đặt hàng trên trình duyệt Chrome & Cờ rôm+.
Bestandsgrootte 68.71 KB
Aantal Installaties 324
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-07-13
Publicatiedatum 2020-07-13
Ontwikkelaar hungbn306
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://nhaphangphuongdong.vn/
Help Pagina-URL https://nhaphangphuongdong.com/
URL van de Privacybeleid Pagina https://nhaphangphuongdong.vn/post/25/chinh-sach-bao-mat-thong-tin
Ondersteunde Talen 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"
    ]
}