AWS Show MFA

Make the MFA window show on AWS signin

Wat is AWS Show MFA?

AWS Show MFA is een Chrome-extensie ontwikkeld door luke.eisenbraun, en de belangrijkste functie is "Make the MFA window show on AWS signin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AWS Show MFA

Download AWS Show MFA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AWS Show MFA AWS Show MFA
ID kofcffedmdmnbempngiopofnogaooeko
Officiële URL https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko
Beschrijving Make the MFA window show on AWS signin
Bestandsgrootte 13.26 KB
Aantal Installaties 145
Huidige Versie 1.2
Laatst Bijgewerkt 2015-02-23
Publicatiedatum 2015-02-23
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar luke.eisenbraun
Betalingswijze free
Ondersteunde Talen 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"
}