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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tilfin Ltd. และคุณลักษณะหลักของมันคือ "Extend your AWS IAM switching roles. You can set the configuration like aws config format"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AWS Extend Switch Roles v1

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}