XUserSwitch
企业智能日常环境一键登录,一键切换登录用户
Wat is XUserSwitch?
XUserSwitch is een Chrome-extensie ontwikkeld door AmosXu, en de belangrijkste functie is "企业智能日常环境一键登录,一键切换登录用户".
Extensie Screenshots
Download het CRX-bestand van de extensie XUserSwitch
Download XUserSwitch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
企业智能内部一键切换登录用户,展示只支持BUC登录
Basisinformatie over de Extensie
Naam | XUserSwitch |
ID | objopojfomfcollldamnpcnpanpmfhno |
Officiële URL | https://chromewebstore.google.com/detail/xuserswitch/objopojfomfcollldamnpcnpanpmfhno |
Beschrijving | 企业智能日常环境一键登录,一键切换登录用户 |
Bestandsgrootte | 602 KB |
Aantal Installaties | 176 |
Huidige Versie | 1.4.1 |
Laatst Bijgewerkt | 2021-03-12 |
Publicatiedatum | 2020-06-09 |
Ontwikkelaar | AmosXu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/" ] } |