AWS Switch Role

Switch my aws role.

Vad är AWS Switch Role?

AWS Switch Role är en Chrome-tillägg utvecklad av cheliang888, och dess huvudfunktion är "Switch my aws role.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner AWS Switch Role-förlängningens CRX-fil

Ladda ner AWS Switch Role-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        AWS Switch role tools.
Use an AWS IAM account(CN) to manage multiple AWS account permissions when switching to different account roles.
0.2.0 Support chrome account synchronization configuration。                    

Grundläggande Information om Tillägg

Namn AWS Switch Role AWS Switch Role
ID ejiagdppbldjednkogmjipejiallbdaa
Officiell webbadress https://chrome.google.com/webstore/detail/aws-switch-role/ejiagdppbldjednkogmjipejiallbdaa
Beskrivning Switch my aws role.
Filstorlek 44.5 KB
Antal Installationer 306
Aktuell Version 0.2.0
Senast Uppdaterad 2018-10-10
Publiceringsdatum 2018-10-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare cheliang888
E-post [email protected]
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AWS Switch Role",
    "version": "0.2.0",
    "options_page": "options.html",
    "description": "Switch my aws role.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "AWS Switch Role",
        "default_popup": "SwitchRole.html"
    },
    "permissions": [
        "storage"
    ]
}