Tiểu Thần Tài

Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall

Tiểu Thần Tài란 무엇입니까?

Tiểu Thần Tài은(는) Tiểu Thần Tài에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tiểu Thần Tài 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dịch vụ nhập hàng Trung Quốc uy tín - chuyên nghiệp.

Chúng tôi cung cấp dịch vụ mua hộ hàng hóa Trung Quốc từ các trang bán hàng trực tuyến như taobao, tmall, 1688, jd.com, pinduoduo. Chúng tôi tư vấn, hỗ trợ MIỄN PHÍ tìm kiếm nguồn hàng kinh doanh giá tốt và nhập hàng về Việt Nam. 

Sử dụng dịch vụ của chúng tôi giúp việc mua sắm trở lên đơn giản và hiệu quả hơn.                    

확장 프로그램 기본 정보

이름 Tiểu Thần Tài Tiểu Thần Tài
ID lkiiomkhepkpbbbjbpdbienjhnapdkbd
공식 URL https://chromewebstore.google.com/detail/ti%E1%BB%83u-th%E1%BA%A7n-t%C3%A0i/lkiiomkhepkpbbbjbpdbienjhnapdkbd
설명 Công cụ đặt hàng Tiểu Thần Tài. taobao, 1688, tmall
파일 크기 1.62 MB
설치 횟수 273
현재 버전 2.7.0
최근 업데이트 2024-02-19
출시 날짜 2020-04-16
개발자 Tiểu Thần Tài
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tieuthantai.com/
도움말 페이지 URL https://help.tieuthantai.com/
개인정보 보호 정책 페이지 URL https://tieuthantai.com/chinh-sach-bao-mat
지원되는 언어 vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ti\u1ec3u Th\u1ea7n T\u00e0i",
    "description": "C\u00f4ng c\u1ee5 \u0111\u1eb7t h\u00e0ng Ti\u1ec3u Th\u1ea7n T\u00e0i. taobao, 1688, tmall",
    "version": "2.7.0",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/16x16.png",
        "128": "assets\/32x32.png"
    },
    "browser_action": {
        "default_title": "order-extension",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/item.taobao.com\/*",
                "https:\/\/item.taobao.com\/*",
                "http:\/\/detail.tmall.com\/*",
                "http:\/\/*.detail.tmall.com\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/*.detail.tmall.com\/*",
                "http:\/\/world.tmall.com\/*",
                "https:\/\/world.tmall.com\/*",
                "http:\/\/detail.1688.com\/*",
                "https:\/\/detail.1688.com\/*"
            ],
            "css": [
                "\/content\/content.css"
            ],
            "js": [
                "\/content\/content.js",
                "\/content\/inject.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "content\/content-inject.js"
    ],
    "input_components": {
        "env": {
            "VUE_APP_API_URL": "https:\/\/api.goship.asia"
        }
    }
}