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.開發的Chrome擴展程式,該擴展的主要功能是“Extend your AWS IAM switching roles. You can set the configuration like aws config format”。

擴展截圖

screenshot

下載AWS Extend Switch Roles v1擴展crx文件

下載AWS Extend Switch Roles v1擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}