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…
Wat is aws-saml-search?
aws-saml-search is een Chrome-extensie ontwikkeld door shawn.siefkas, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie aws-saml-search
Download aws-saml-search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | aws-saml-search |
ID | dgnkjmeflgibefhijajhbkcjepbpnlgp |
Officiële URL | https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp |
Beschrijving | If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension… |
Bestandsgrootte | 159 KB |
Aantal Installaties | 208 |
Huidige Versie | 1.6.1 |
Laatst Bijgewerkt | 2021-04-21 |
Publicatiedatum | 2020-01-26 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | shawn.siefkas |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/speshak/aws-saml-search |
Ondersteunde Talen | 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" } } |