aws-saml-search

If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…

What is aws-saml-search?

aws-saml-search is a Chrome extension developed by shawn.siefkas, and its main feature is "If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…".

Extension Screenshots

screenshot

Download aws-saml-search Extension CRX File

Download aws-saml-search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension adds a type ahead search box to quickly find a role by account ID, role name, or account alias. Upon selection, the form is submitted to complete the login.                    

Extension Basic Information

Name aws-saml-search aws-saml-search
ID dgnkjmeflgibefhijajhbkcjepbpnlgp
Official URL https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp
Description If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…
File Size 159 KB
Installation Count 208
Current Version 1.6.1
Last Updated 2021-04-21
Publish Date 2020-01-26
Rating 5.00/5 Total 4 Ratings
Developer shawn.siefkas
Email [email protected]
Payment Type free
Extension Website https://github.com/speshak/aws-saml-search
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "aws-saml-search",
    "author": "Scott Peshak",
    "homepage_url": "https:\/\/github.com\/speshak\/aws-saml-search",
    "version": "1.6.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/signin.aws.amazon.com\/saml",
                "https:\/\/signin.amazonaws-us-gov.com\/saml"
            ],
            "js": [
                "jquery-3.4.1.slim.min.js",
                "popper.min.js",
                "bootstrap.min.js",
                "bootstrap-autocomplete.min.js",
                "account-search.js"
            ],
            "css": [
                "bootstrap.min.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}