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…"입니다.

확장 프로그램 스크린샷

screenshot

aws-saml-search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 aws-saml-search aws-saml-search
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
이메일 [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"
    }
}