AWS Show MFA

Make the MFA window show on AWS signin

Apa itu AWS Show MFA?

AWS Show MFA adalah ekstensi Chrome yang dikembangkan oleh luke.eisenbraun, dan fitur utamanya adalah "Make the MFA window show on AWS signin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AWS Show MFA

Unduh file ekstensi AWS Show MFA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AWS Show MFA AWS Show MFA
ID kofcffedmdmnbempngiopofnogaooeko
URL Resmi https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko
Deskripsi Make the MFA window show on AWS signin
Ukuran File 13.26 KB
Jumlah Instalasi 145
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-02-23
Tanggal Publikasi 2015-02-23
Penilaian 2.33/5 Total 3 Penilaian
Pengembang luke.eisenbraun
Tipe Pembayaran free
Bahasa yang Didukung 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"
}