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…
aws-saml-searchとは何ですか?
aws-saml-searchはshawn.siefkasによって開発されたChromeの拡張機能で、その主な機能は「If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension…」です。
拡張機能のスクリーンショット
aws-saml-search拡張機能のCRXファイルをダウンロード
aws-saml-search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | dgnkjmeflgibefhijajhbkcjepbpnlgp |
| 公式URL | https://chromewebstore.google.com/detail/aws-saml-search/dgnkjmeflgibefhijajhbkcjepbpnlgp |
| 説明 | If you have access to a large number of AWS accounts via SAML SSO, the account picker page can get rather unwieldly. This extension… |
| ファイルサイズ | 159 KB |
| インストール数 | 208 |
| 現在のバージョン | 1.6.1 |
| 最終更新日 | 2021-04-21 |
| 公開日 | 2020-01-26 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | shawn.siefkas |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/speshak/aws-saml-search |
| 対応言語 | 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"
}
} | |