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」です。

拡張機能のスクリーンショット

screenshot

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 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"
}