淘宝订单解析

淘宝钥匙

淘宝订单解析란 무엇입니까?

淘宝订单解析은(는) shhuyuntong에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "淘宝钥匙"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

淘宝订单解析 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        通过全球集运平台,跳转到淘宝订单界面,导入用户淘宝订单,方便海外华人下单集运                    

확장 프로그램 기본 정보

이름 淘宝订单解析 淘宝订单解析
ID opdpaalolmokinmlomohjmiepgbaolcb
공식 URL https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E8%AE%A2%E5%8D%95%E8%A7%A3%E6%9E%90/opdpaalolmokinmlomohjmiepgbaolcb
설명 淘宝钥匙
파일 크기 59.62 KB
설치 횟수 373
현재 버전 1.0.0
최근 업데이트 2022-10-19
출시 날짜 2022-10-19
평점 2.50/5 총 2 개의 평점
개발자 shhuyuntong
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://h5.biubiulink.com
도움말 페이지 URL https://h5.biubiulink.com
개인정보 보호 정책 페이지 URL https://huyuntong.com/res/appservice/m/mutuallAgreement/privacy.html?shopName=bbl
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6dd8\u5b9d\u8ba2\u5355\u89e3\u6790",
    "manifest_version": 3,
    "version": "1.0.0",
    "description": "\u6dd8\u5b9d\u94a5\u5319",
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image\/icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/buyertrade.taobao.com\/*",
                "https:\/\/h5.biubiulink.com\/*"
            ],
            "js": [
                "js\/button.js",
                "js\/jquery.min.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/hyt.sjlexpress.com\/*",
        "https:\/\/huyuntong.com\/*",
        "https:\/\/buyertrade.taobao.com\/*"
    ],
    "permissions": [
        "storage",
        "https:\/\/hyt.sjlexpress.com\/*"
    ]
}