AWS Show MFA

Make the MFA window show on AWS signin

Qu'est-ce que AWS Show MFA ?

AWS Show MFA est une extension Chrome développée par luke.eisenbraun, et sa fonction principale est "Make the MFA window show on AWS signin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AWS Show MFA

Téléchargez les fichiers d'extension AWS Show MFA au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AWS Show MFA AWS Show MFA
ID kofcffedmdmnbempngiopofnogaooeko
URL Officiel https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko
Description Make the MFA window show on AWS signin
Taille du Fichier 13.26 KB
Nombre d'Installations 145
Version Actuelle 1.2
Dernière Mise à Jour 2015-02-23
Date de Publication 2015-02-23
Évaluation 2.33/5 Total 3 Évaluations
Développeur luke.eisenbraun
Type de Paiement free
Langues Prises en Charge 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"
}