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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में aws-saml-search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}