Jom Import China

Jom Import China | Most Trusted Import Agency Company

Vad är Jom Import China?

Jom Import China är en Chrome-tillägg utvecklad av 一键神器|One Click Extension, och dess huvudfunktion är "Jom Import China | Most Trusted Import Agency Company".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Jom Import China-förlängningens CRX-fil

Ladda ner Jom Import China-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        [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.                    

Grundläggande Information om Tillägg

Namn Jom Import China Jom Import China
ID hioglijmkichnbpbkjfpmgiaoomkoinm
Officiell webbadress https://chromewebstore.google.com/detail/jom-import-china/hioglijmkichnbpbkjfpmgiaoomkoinm
Beskrivning Jom Import China | Most Trusted Import Agency Company
Filstorlek 94.67 KB
Antal Installationer 75
Aktuell Version 1.3.0
Senast Uppdaterad 2023-08-29
Publiceringsdatum 2021-02-28
Betyg 5.00/5 Totalt 25 Betyg
Utvecklare 一键神器|One Click Extension
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://worldsyntech.com/privacy-policy
Stödda Språk 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"
}