AWS Show MFA
Make the MFA window show on AWS signin
什么是AWS Show MFA?
AWS Show MFA是由luke.eisenbraun开发的Chrome扩展程序,该扩展的主要功能是“Make the MFA window show on AWS signin”。
扩展截图
下载AWS Show MFA扩展crx文件
下载AWS Show MFA扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you or your company uses an MFA token for AWS this will make signing in slightly quicker. Instead of clicking the check-box to show the MFA field the field will now automatically show as well as remove the check-box for easy tabbing. If you choose to show the browser action (icon), you can set your signin url in the options and it will take you there. If you are signed into chrome, the "signin" url will sync across devices.
扩展基本信息
名称 | AWS Show MFA |
ID | kofcffedmdmnbempngiopofnogaooeko |
官方URL | https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko |
简介 | Make the MFA window show on AWS signin |
文件大小 | 13.26 KB |
安装次数 | 145 |
当前版本 | 1.2 |
更新时间 | 2015-02-23 |
上架时间 | 2015-02-23 |
评分 | 2.33/5 共3次评分 |
开发者 | luke.eisenbraun |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Luke Eisenbraun", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon-48.png" }, "content_scripts": [ { "js": [ "js\/mfashower.js" ], "matches": [ "https:\/\/signin.aws.amazon.com\/*" ] } ], "description": "Make the MFA window show on AWS signin", "icons": { "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "manifest_version": 2, "name": "AWS Show MFA", "options_page": "options.html", "permissions": [ "storage" ], "version": "1.2" } |