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
公式URL 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
Eメール [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"
}