nhaphangsi.com

Đặt hàng taobao, tmall, 1688...

Was ist nhaphangsi.com?

nhaphangsi.com ist eine Chrome-Erweiterung, die von NhapHangTaoBao entwickelt wurde, und ihr Hauptmerkmal ist "Đặt hàng taobao, tmall, 1688...".

Erweiterungsscreenshots

screenshot

nhaphangsi.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie nhaphangsi.com-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

                        Nhập hàng sỉ, Chuyên nhập hàng taobao, tmall, 1688...
Từ trang chi tiết của taobao, 1688, khách hàng có thểm thêm sản phẩm vào giỏ hàng, sau đặt hàng, Chúng tôi sẽ đặt hàng giúp bạn

Version mới update lại addon để thêm được sản phẩm 1688 trên giao diện mới                    

Grundlegende Informationen zur Erweiterung

Name nhaphangsi.com nhaphangsi.com
ID cccmocobgmllibhjjmhcbogkggmpkbjn
Offizielle URL https://chromewebstore.google.com/detail/nhaphangsicom/cccmocobgmllibhjjmhcbogkggmpkbjn
Beschreibung Đặt hàng taobao, tmall, 1688...
Dateigröße 112 KB
Installationsanzahl 68
Aktuelle Version 1.13
Letztes Update 2023-03-09
Veröffentlichungsdatum 2019-03-22
Entwickler NhapHangTaoBao
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://nhaphangsi.com/
Hilfeseite URL http://nhaphangsi.com/
URL der Datenschutzrichtlinien-Seite http://tinphatorder.com/term.html
Unterstützte Sprachen vi
manifest.json
{
    "name": "nhaphangsi.com",
    "version": "1.13",
    "manifest_version": 2,
    "description": "\u0110\u1eb7t h\u00e0ng taobao, tmall, 1688...",
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "nhaphangsi.js",
                "config.js"
            ],
            "matches": [
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.yao.95095.com\/*",
                "https:\/\/*.1688.com\/*",
                "https:\/\/*.hm.com\/*",
                "https:\/\/*.hm.cn\/*",
                "https:\/\/*.zara.cn\/*",
                "https:\/\/*.zara.com\/*",
                "https:\/\/*.jd.com\/*"
            ]
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "https:\/\/nhaphangsi.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "http:\/\/nhaphangsi.com\/*",
        "https:\/\/*.tmall.com\/*",
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.hm.com\/*",
        "https:\/\/*.hm.cn\/*",
        "https:\/\/*.zara.cn\/*",
        "https:\/\/*.yao.95095.com\/*",
        "https:\/\/*.zara.com\/*",
        "https:\/\/*.jd.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "",
        "default_icon": "icon.png"
    }
}