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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}