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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
}