AWS Show MFA

Make the MFA window show on AWS signin

AWS Show MFA là gì?

AWS Show MFA là một tiện ích mở rộng Chrome được phát triển bởi luke.eisenbraun, và tính năng chính của nó là "Make the MFA window show on AWS signin".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AWS Show MFA

Tải xuống các tệp mở rộng AWS Show MFA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AWS Show MFA AWS Show MFA
ID kofcffedmdmnbempngiopofnogaooeko
URL Chính Thức https://chromewebstore.google.com/detail/aws-show-mfa/kofcffedmdmnbempngiopofnogaooeko
Mô tả Make the MFA window show on AWS signin
Kích Thước Tệp 13.26 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-02-23
Ngày Phát Hành 2015-02-23
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển luke.eisenbraun
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}