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…

Qu'est-ce que aws-saml-search ?

aws-saml-search est une extension Chrome développée par shawn.siefkas, et sa fonction principale est "If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension aws-saml-search

Téléchargez les fichiers d'extension aws-saml-search 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 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.                    

Informations de Base sur l'Extension

Nom aws-saml-search aws-saml-search
ID dgnkjmeflgibefhijajhbkcjepbpnlgp
URL Officiel 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…
Taille du Fichier 159 KB
Nombre d'Installations 208
Version Actuelle 1.6.1
Dernière Mise à Jour 2021-04-21
Date de Publication 2020-01-26
Évaluation 5.00/5 Total 4 Évaluations
Développeur shawn.siefkas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/speshak/aws-saml-search
Langues Prises en Charge 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"
    }
}