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 |
官方網址 | 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" } |