HANTAR2U

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

什麼是HANTAR2U?

HANTAR2U是由World Syntech開發的Chrome擴展程式,該擴展的主要功能是“Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載HANTAR2U擴展crx文件

下載HANTAR2U擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 HANTAR2U HANTAR2U
ID mchnehgjmmjpahajmmebolcaodoakolp
官方網址 https://chromewebstore.google.com/detail/hantar2u/mchnehgjmmjpahajmmebolcaodoakolp
簡介 Hantar2u provides one-stop safe and reliable transportation, purchasing, logistics and shipping services from China to Malaysia.
檔案大小 90.14 KB
安裝次數 190
目前版本 1.3.0
更新時間 2023-08-29
上架時間 2019-11-13
評分 5.00/5 共 2 次評分
開發者 World Syntech
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://worldsyntech.com/privacy-policy
支援的語言 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"
}