AWS Show MFA

Make the MFA window show on AWS signin

Co je AWS Show MFA?

AWS Show MFA je rozšíření Chrome vyvinuté luke.eisenbraun, a jeho hlavní funkcí je „Make the MFA window show on AWS signin“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AWS Show MFA

Stáhněte si soubory rozšíření AWS Show MFA ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název AWS Show MFA AWS Show MFA
ID kofcffedmdmnbempngiopofnogaooeko
Oficiální URL https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko
Popis Make the MFA window show on AWS signin
Velikost souboru 13.26 KB
Počet instalací 145
Aktuální Verze 1.2
Poslední Aktualizace 2015-02-23
Datum Vydání 2015-02-23
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář luke.eisenbraun
Typ Platby free
Podporované Jazyky 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"
}