AWS Extend Switch Roles v1

Extend your AWS IAM switching roles. You can set the configuration like aws config format

Cos'è AWS Extend Switch Roles v1?

AWS Extend Switch Roles v1 è un'estensione di Chrome sviluppata da Tilfin Ltd., e la sua funzione principale è "Extend your AWS IAM switching roles. You can set the configuration like aws config format".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AWS Extend Switch Roles v1

Scarica i file di estensione AWS Extend Switch Roles v1 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is the previous version AWS Extend Switch Roles for AWS GovCloud and China Partition.                    

Informazioni di Base sull'Estensione

Nome AWS Extend Switch Roles v1 AWS Extend Switch Roles v1
ID mnlhnejefaknddcbndkdpnhcdbmnnmlo
URL Ufficiale https://chromewebstore.google.com/detail/aws-extend-switch-roles-v/mnlhnejefaknddcbndkdpnhcdbmnnmlo
Descrizione Extend your AWS IAM switching roles. You can set the configuration like aws config format
Dimensione del File 28.43 KB
Conteggio Installazioni 294
Versione Corrente 0.15.0
Ultimo Aggiornamento 2020-09-24
Data di Pubblicazione 2020-09-24
Sviluppatore Tilfin Ltd.
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tilfin/aws-extend-switch-roles
Lingue Supportate 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
    }
}