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…
Hvad er aws-saml-search?
aws-saml-search er en Chrome-udvidelse udviklet af shawn.siefkas, og dens hovedfunktion er "If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…".
Udvidelsesskærmbilleder
Download aws-saml-search-udvidelses-CRX-fil
Download aws-saml-search-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | dgnkjmeflgibefhijajhbkcjepbpnlgp |
| Officiel URL | https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp |
| Beskrivelse | If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension… |
| Filstørrelse | 159 KB |
| Antal Installationer | 208 |
| Nuværende Version | 1.6.1 |
| Senest Opdateret | 2021-04-21 |
| Udgivelsesdato | 2020-01-26 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | shawn.siefkas |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/speshak/aws-saml-search |
| Understøttede Sprog | 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"
}
} | |