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…
Co je aws-saml-search?
aws-saml-search je rozšíření Chrome vyvinuté shawn.siefkas, a jeho hlavní funkcí je „If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření aws-saml-search
Stáhněte si soubory rozšíření aws-saml-search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | aws-saml-search |
ID | dgnkjmeflgibefhijajhbkcjepbpnlgp |
Oficiální URL | https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp |
Popis | If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension… |
Velikost souboru | 159 KB |
Počet instalací | 208 |
Aktuální Verze | 1.6.1 |
Poslední Aktualizace | 2021-04-21 |
Datum Vydání | 2020-01-26 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | shawn.siefkas |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/speshak/aws-saml-search |
Podporované Jazyky | 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" } } |