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
公式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
    }
}