XUserSwitch

企业智能日常环境一键登录,一键切换登录用户

What is XUserSwitch?

XUserSwitch is a Chrome extension developed by AmosXu, and its main feature is "企业智能日常环境一键登录,一键切换登录用户".

Extension Screenshots

screenshot

Download XUserSwitch Extension CRX File

Download XUserSwitch 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

                        企业智能内部一键切换登录用户,展示只支持BUC登录                    

Extension Basic Information

Name XUserSwitch XUserSwitch
ID objopojfomfcollldamnpcnpanpmfhno
Official URL https://chromewebstore.google.com/detail/xuserswitch/objopojfomfcollldamnpcnpanpmfhno
Description 企业智能日常环境一键登录,一键切换登录用户
File Size 602 KB
Installation Count 176
Current Version 1.4.1
Last Updated 2021-03-12
Publish Date 2020-06-09
Developer AmosXu
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "XUserSwitch",
    "version": "1.4.1",
    "description": "\u4f01\u4e1a\u667a\u80fd\u65e5\u5e38\u73af\u5883\u4e00\u952e\u767b\u5f55\uff0c\u4e00\u952e\u5207\u6362\u767b\u5f55\u7528\u6237",
    "author": "Amos",
    "icons": {
        "16": "xlogin16.png",
        "48": "xlogin48.png",
        "128": "xlogin128.png"
    },
    "browser_action": {
        "default_icon": "xlogin.png",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "incognito": "split",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "https:\/\/login-test.alibaba-inc.com\/",
        "https:\/\/acl-test.alibaba-inc.com\/",
        "http:\/\/hrworkbench.alibaba.net\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}