淘宝一键登录

当你需要管理多个淘宝账号时,你只需要将账号信息输入至插件,再你下次需要登录的时候点击一个按钮插件就会自动机将您选择账号登入淘宝.

What is 淘宝一键登录?

淘宝一键登录 is a Chrome extension developed by https://www.mymickey.org, and its main feature is "当你需要管理多个淘宝账号时,你只需要将账号信息输入至插件,再你下次需要登录的时候点击一个按钮插件就会自动机将您选择账号登入淘宝.".

Extension Screenshots

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 pobncbbajgclpnbenflifgdhpfamalmo
Official URL https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E4%B8%80%E9%94%AE%E7%99%BB%E5%BD%95/pobncbbajgclpnbenflifgdhpfamalmo
Description 当你需要管理多个淘宝账号时,你只需要将账号信息输入至插件,再你下次需要登录的时候点击一个按钮插件就会自动机将您选择账号登入淘宝.
File Size 479 KB
Installation Count 69
Current Version 1.3.4
Last Updated 2023-12-04
Publish Date 2013-05-07
Rating 3.40/5 Total 10 Ratings
Developer https://www.mymickey.org
Email [email protected]
Payment Type free
Extension Website https://order.hereserver.com/
Help Page URL https://order.hereserver.com/
Privacy Policy Page URL https://order.hereserver.com/private.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u6dd8\u5b9d\u4e00\u952e\u767b\u5f55",
    "version": "1.3.4",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*"
            ],
            "js": [
                "contentscript-loader-content.bb34b9d2.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/sw.65acdda7.js"
    },
    "manifest_version": 3,
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.bb34b9d2.js"
            ],
            "use_dynamic_url": true
        }
    ]
}