AWS Extend Switch Roles v1

Extend your AWS IAM switching roles. You can set the configuration like aws config format

AWS Extend Switch Roles v1 क्या है?

AWS Extend Switch Roles v1 Tilfin Ltd. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extend your AWS IAM switching roles. You can set the configuration like aws config format"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AWS Extend Switch Roles v1 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is the previous version AWS Extend Switch Roles for AWS GovCloud and China Partition.                    

एक्सटेंशन की मूल जानकारी

नाम AWS Extend Switch Roles v1 AWS Extend Switch Roles v1
ID mnlhnejefaknddcbndkdpnhcdbmnnmlo
आधिकारिक URL https://chromewebstore.google.com/detail/aws-extend-switch-roles-v/mnlhnejefaknddcbndkdpnhcdbmnnmlo
विवरण Extend your AWS IAM switching roles. You can set the configuration like aws config format
फ़ाइल का आकार 28.43 KB
स्थापना संख्या 294
वर्तमान संस्करण 0.15.0
अंतिम अपडेट 2020-09-24
प्रकाशन तिथि 2020-09-24
डेवलपर Tilfin Ltd.
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tilfin/aws-extend-switch-roles
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AWS Extend Switch Roles v1",
    "description": "Extend your AWS IAM switching roles. You can set the configuration like aws config format",
    "short_name": "Extend SwitchRole",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/Icon_48x48.png",
        "128": "icons\/Icon_128x128.png"
    },
    "browser_action": {
        "default_title": "AWS Extend Switch Roles v1",
        "default_icon": "icons\/Icon_38x38.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.console.amazonaws-us-gov.com\/*",
                "https:\/\/*.console.amazonaws.cn\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/sanitizer.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "js\/csrf-setter.js"
    ],
    "manifest_version": 2,
    "version": "0.15.0",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}