Jom Import China

Jom Import China | Most Trusted Import Agency Company

Jom Import China란 무엇입니까?

Jom Import China은(는) 一键神器|One Click Extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jom Import China | Most Trusted Import Agency Company"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Jom Import China 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [HOW TO USE]
1. Forwarding / Ship For Me - You can click "Add Package" on the Taobao, Tmall and 1688 purchased page, and you can directly submit the delivery information to the Jom Import China website. In addition, you can also edit the added packages.
2. Purchasing / Buy For Me - You can click "I Want to Purchase" on the Taobao, Tmall and 1688 product page to directly add the product to the Jom Import China shopping cart.
3. Browse the Website - Click the Jom Import China icon on the right side of the browser, and a small window will appear showing the Jom Import China website.

[OUR SERVICE]
We provide a simple platform with Reasonable, Safe and Fast Shipping. We also provide Air Shipping, Sea Shipping, Land Shipping services from China to Malaysia, Singapore, Thailand, Indonesia, Philippines and Australia.

[OUR OFFICIAL WEBSITE]
Here is our official website link -> https://jomimport.com 

Thank you very much for using our Chrome App.
With your support, we will continue to do a better services.                    

확장 프로그램 기본 정보

이름 Jom Import China Jom Import China
ID hioglijmkichnbpbkjfpmgiaoomkoinm
공식 URL https://chromewebstore.google.com/detail/jom-import-china/hioglijmkichnbpbkjfpmgiaoomkoinm
설명 Jom Import China | Most Trusted Import Agency Company
파일 크기 94.67 KB
설치 횟수 75
현재 버전 1.3.0
최근 업데이트 2023-08-29
출시 날짜 2021-02-28
평점 5.00/5 총 25 개의 평점
개발자 一键神器|One Click Extension
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://worldsyntech.com/privacy-policy
지원되는 언어 zh-CN
manifest.json
{
    "manifest_version": 3,
    "name": "Jom Import China",
    "version": "1.3.0",
    "description": "Jom Import China | Most Trusted Import Agency Company",
    "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:\/\/jomimport.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}