HANTAR2U

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

What is HANTAR2U?

HANTAR2U is a Chrome extension developed by World Syntech, and its main feature is "Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download HANTAR2U Extension CRX File

Download HANTAR2U extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name HANTAR2U HANTAR2U
ID mchnehgjmmjpahajmmebolcaodoakolp
Official URL https://chromewebstore.google.com/detail/hantar2u/mchnehgjmmjpahajmmebolcaodoakolp
Description Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.
File Size 90.14 KB
Installation Count 190
Current Version 1.3.0
Last Updated 2023-08-29
Publish Date 2019-11-13
Rating 5.00/5 Total 2 Ratings
Developer World Syntech
Email [email protected]
Payment Type free
Privacy Policy Page URL https://worldsyntech.com/privacy-policy
Supported Languages 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"
}