淘宝订单解析

淘宝钥匙

淘宝订单解析とは何ですか?

淘宝订单解析はshhuyuntongによって開発されたChromeの拡張機能で、その主な機能は「淘宝钥匙」です。

拡張機能のスクリーンショット

screenshot
screenshot

淘宝订单解析拡張機能のCRXファイルをダウンロード

淘宝订单解析拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 淘宝订单解析 淘宝订单解析
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
Eメール [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\/*"
    ]
}