淘宝订单解析

淘宝钥匙

What is 淘宝订单解析?

淘宝订单解析 is a Chrome extension developed by shhuyuntong, and its main feature is "淘宝钥匙".

Extension Screenshots

screenshot
screenshot

Download 淘宝订单解析 Extension CRX File

Download 淘宝订单解析 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 淘宝订单解析 淘宝订单解析
ID opdpaalolmokinmlomohjmiepgbaolcb
Official 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
Description 淘宝钥匙
File Size 59.62 KB
Installation Count 373
Current Version 1.0.0
Last Updated 2022-10-19
Publish Date 2022-10-19
Rating 2.50/5 Total 2 Ratings
Developer shhuyuntong
Email [email protected]
Payment Type free
Extension Website https://h5.biubiulink.com
Help Page URL https://h5.biubiulink.com
Privacy Policy Page URL https://huyuntong.com/res/appservice/m/mutuallAgreement/privacy.html?shopName=bbl
Supported Languages 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\/*"
    ]
}