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…

Cos'è aws-saml-search?

aws-saml-search è un'estensione di Chrome sviluppata da shawn.siefkas, e la sua funzione principale è "If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione aws-saml-search

Scarica i file di estensione aws-saml-search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome aws-saml-search aws-saml-search
ID dgnkjmeflgibefhijajhbkcjepbpnlgp
URL Ufficiale https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp
Descrizione If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…
Dimensione del File 159 KB
Conteggio Installazioni 208
Versione Corrente 1.6.1
Ultimo Aggiornamento 2021-04-21
Data di Pubblicazione 2020-01-26
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore shawn.siefkas
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/speshak/aws-saml-search
Lingue Supportate 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"
    }
}