Công cụ đặt hàng của WeShip

Công cụ đặt hàng của WeShip trên trình duyệt Chrome và Cốc Cốc

Công cụ đặt hàng của WeShip란 무엇입니까?

Công cụ đặt hàng của WeShip은(는) Gobiz Ext Developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ đặt hàng của WeShip trên trình duyệt Chrome và Cốc Cốc"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Công cụ đặt hàng của WeShip 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Công cụ đặt hàng của WeShip
Hỗ trợ đặt hàng trên các website thương mại điện tử hàng đầu Trung Quốc như Tmall, Taobao, 1688.                    

확장 프로그램 기본 정보

이름 Công cụ đặt hàng của WeShip Công cụ đặt hàng của WeShip
ID nakbkkcgklbhgolncjhkmoieaabbmpdp
공식 URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-c%E1%BB%A7a-wesh/nakbkkcgklbhgolncjhkmoieaabbmpdp
설명 Công cụ đặt hàng của WeShip trên trình duyệt Chrome và Cốc Cốc
파일 크기 4.14 MB
설치 횟수 150
현재 버전 4.0223.1410.weship
최근 업데이트 2024-02-23
출시 날짜 2021-11-08
개발자 Gobiz Ext Developer
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://gobiz.vn/gobiz-privacy-policy
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a WeShip",
    "short_name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a WeShip",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a WeShip tr\u00ean tr\u00ecnh duy\u1ec7t Chrome v\u00e0 C\u1ed1c C\u1ed1c",
    "version": "4.0223.1410",
    "icons": {
        "128": "logo-small.png"
    },
    "action": {
        "default_icon": "logo-small.png",
        "name": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a WeShip",
        "default_title": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng c\u1ee7a WeShip",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScriptLink.js",
                "contentShop.js",
                "contentProduct.js"
            ]
        },
        {
            "matches": [
                "https:\/\/buyertrade.taobao.com\/*",
                "https:\/\/trade.1688.com\/order\/*",
                "https:\/\/buy.taobao.com\/auction\/*",
                "https:\/\/buy.tmall.com\/order\/confirm_order*",
                "https:\/\/order.1688.com\/order\/smart_make_order.htm*",
                "https:\/\/trade.tmall.com\/detail\/orderDetail*",
                "https:\/\/trade.taobao.com\/trade\/detail\/trade_order_detail*",
                "https:\/\/cart.taobao.com\/cart*",
                "https:\/\/cart.1688.com\/cart*",
                "https:\/\/item.taobao.com\/item.htm*",
                "https:\/\/detail.tmall.com\/item*",
                "https:\/\/world.tmall.com\/item*",
                "https:\/\/detail.1688.com\/offer*",
                "https:\/\/work.1688.com\/home\/buyer*",
                "https:\/\/detail.tmall.hk\/hk\/item*",
                "https:\/\/trade.tmall.hk\/detail\/orderDetail*",
                "https:\/\/chaoshi.detail.tmall.com\/item.htm*",
                "https:\/\/buy.tmall.hk\/order\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/www.bigc.co.th\/product\/*",
                "https:\/\/www.lazada.co.th\/products\/*",
                "https:\/\/www.watsons.co.th\/*",
                "https:\/\/www.eveandboy.com\/*",
                "https:\/\/www.lotuss.com\/*",
                "https:\/\/shenghuo.alipay.com\/peerpaycore\/peerpayApply.htm*",
                "https:\/\/shenghuo.alipay.com\/peerpaycore\/choosePeerPayer.htm*",
                "https:\/\/shenghuo.alipay.com:443\/peerpaycore\/confirmPeerPay.htm*",
                "https:\/\/work.1688.com\/home\/buyer.htm*",
                "https:\/\/trade.1688.com\/order\/*",
                "https:\/\/lala.best\/product\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/www.lazada.vn\/*",
                "https:\/\/tiki.vn\/*",
                "*:\/\/member1.taobao.com\/member\/*",
                "https:\/\/mobile.yangkeduo.com\/goods.html*",
                "https:\/\/mobile.yangkeduo.com\/goods1.html*",
                "https:\/\/distributor.taobao.global\/*"
            ],
            "css": [
                "contentScript.css"
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/login.taobao.com\/*",
                "https:\/\/distributor.taobao.global\/apps\/seller\/login\/*",
                "https:\/\/distributor.taobao.global\/apps\/user\/login\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentLogin.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/passport.taobao.com\/iv*"
            ],
            "run_at": "document_idle",
            "js": [
                "contentQueueOtp.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js",
                "logo-small.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "version_name": "4.0223.1410.weship",
    "permissions": [
        "storage",
        "scripting",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ]
}