Yufu Secure Web Authentication Plugin
Web extension let you quickly access Yufu applications without requiring a username or password
什么是Yufu Secure Web Authentication Plugin?
Yufu Secure Web Authentication Plugin是由yufuidentity开发的Chrome扩展程序,该扩展的主要功能是“Web extension let you quickly access Yufu applications without requiring a username or password”。
扩展截图
下载Yufu Secure Web Authentication Plugin扩展crx文件
下载Yufu Secure Web Authentication Plugin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Yufu Secure Web Authentication Plugin allows securely access web applications without requiring username or password. With the Plugin you can automatically sign in to your business and personal website with just one click. You need a Yufu account to use the Plugin.
扩展基本信息
名称 | |
ID | dplhnklfhlgpdffaemoobldhjhjnlpae |
官方URL | https://chrome.google.com/webstore/detail/yufu-secure-web-authentic/dplhnklfhlgpdffaemoobldhjhjnlpae |
简介 | Web extension let you quickly access Yufu applications without requiring a username or password |
文件大小 | 45.1 KB |
安装次数 | 205 |
当前版本 | 0.6.0 |
更新时间 | 2022-03-10 |
上架时间 | 2020-02-17 |
评分 | 5.00/5 共7次评分 |
开发者 | yufuidentity |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://wiki.yufuid.com/display/IDAAS/Yufu+Secure+Web+Authentication+Plugin+Privacy+Policy+for+Chrome |
支持的语言 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yufu Secure Web Authentication Plugin", "short_name": "Yufu", "version": "0.6.0", "manifest_version": 3, "description": "Web extension let you quickly access Yufu applications without requiring a username or password", "icons": { "16": "assets\/images\/icon-16.png", "128": "assets\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "webNavigation", "storage", "privacy", "notifications", "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ " |