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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shawn.siefkas และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย aws-saml-search

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}