HANTAR2U

Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.

Cos'è HANTAR2U?

HANTAR2U è un'estensione di Chrome sviluppata da World Syntech, e la sua funzione principale è "Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HANTAR2U

Scarica i file di estensione HANTAR2U in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hantar2u is an online logistic company that specializes in arranging shipments from China to Malaysia & Singapore. We provide both air and sea freight services. With our user-friendly and comprehensive system, importing from China directly become easier and faster than ever before! Even small and medium business can grow their businesses with our efficient shipping system. Thus, our customer base ranging from corporate businesses, SMEs to small enterprise and drop-shippers.

【 How to use 】
1. Ship For Me - You can submit the tracking information directly to Hantar2u.com by clicking “Add Package” on the Taobao/Tmall page where the product has bought. In addition, you can also edit the added package.
2. Buy For Me- You can add items directly to the Hantar2u shopping cart by clicking on "I want to purchase" on the Taobao/Tmall product page.
3. Browse the website - Click the Hantar2u icon on the right side of the browser and a small window will appear to display the Hantar2u.com website.

【 Our service 】
Provide simple, reasonable, safe and fast shipping on Sea,  Air and Express services, China to Malaysia / Singapore.

【官网 】
HTTPS:// WWW.HANTAR2U.COM

Thank you very much for using Hantar2u Chrome app.
With your support, we will continue to do it better.                    

Informazioni di Base sull'Estensione

Nome HANTAR2U HANTAR2U
ID mchnehgjmmjpahajmmebolcaodoakolp
URL Ufficiale https://chromewebstore.google.com/detail/hantar2u/mchnehgjmmjpahajmmebolcaodoakolp
Descrizione Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.
Dimensione del File 90.14 KB
Conteggio Installazioni 190
Versione Corrente 1.3.0
Ultimo Aggiornamento 2023-08-29
Data di Pubblicazione 2019-11-13
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore World Syntech
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://worldsyntech.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "manifest_version": 3,
    "name": "HANTAR2U",
    "version": "1.3.0",
    "description": "Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.",
    "icons": {
        "128": "image\/icon128.png",
        "48": "image\/icon48.png",
        "16": "image\/icon16.png"
    },
    "action": {
        "default_icon": "image\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css",
                "custom.css"
            ],
            "js": [
                "config.js",
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/buyertrade.taobao.com\/*",
                "*:\/\/trade.taobao.com\/*",
                "*:\/\/world.taobao.com\/*",
                "*:\/\/item.taobao.com\/*",
                "*:\/\/world.tmall.com\/*",
                "*:\/\/detail.tmall.com\/*",
                "*:\/\/item.jd.com\/*",
                "*:\/\/product.dangdang.com\/*",
                "*:\/\/detail.1688.com\/*",
                "*:\/\/detail.vip.com\/*",
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.jd.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image\/icon128.png",
                "image\/icon48.png",
                "image\/icon16.png",
                "image\/icon.png",
                "image\/loading01.gif",
                "image\/loading01.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/hantar2u.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}