By: Jan
Inspect and view changes in AWS role switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"version": "0.11.0",
"name": "AWS role switch",
"description": "Quickly switch between roles on the AWS console",
"homepage_url": "https://github.com/janstuemmel/aws-role-switch",
"options_ui": {
"page": "options/options.html",
"browser_style": false,
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"https://*.console.aws.amazon.com/*",
"https://*.console.amazonaws-us-gov.com/*",
"https://*.console.amazonaws.cn/*",
"https://lightsail.aws.amazon.com/*",
"https://health.aws.amazon.com/*",
"https://phd.amazonaws-us-gov.com/*",
"https://phd.amazonaws.cn/*"
],
"js": [
"content/aws-console.js"
],
"run_at": "document_idle"
},
{
"matches": [
"https://signin.aws.amazon.com/*"
],
"js": [
"content/aws-signin.js"
],
"run_at": "document_idle"
}
],
"manifest_version": 2,
"browser_action": {
"default_title": "AWS role switch",
"default_popup": "popup/popup.html",
"browser_style": true,
"default_icon": {
"128": "assets/icon128.png"
}
},
"permissions": [
"storage",
"cookies",
"https://*.console.aws.amazon.com/*",
"https://*.console.amazonaws-us-gov.com/*",
"https://*.console.amazonaws.cn/*",
"https://lightsail.aws.amazon.com/*",
"https://health.aws.amazon.com/*",
"https://phd.amazonaws-us-gov.com/*",
"https://phd.amazonaws.cn/*"
],
"commands": {
"_execute_browser_action": {
"description": "Open the popup window",
"suggested_key": {
"default": "Ctrl+Shift+L"
}
}
},
"background": {
"scripts": [
"background/background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "{31f7b254-7ac9-4f3a-ae3c-ef67ea153e4a}",
"strict_min_version": "58.0"
}
}
} Best AWS role switch Alternatives
Here are some Firefox add-ons that are similar to AWS role switch:
AWS Extend Switch Roles
Toshimitsu Takahashi
aws-console-extension
Secret Escapes
AWS Role Switcher
Vahid Haghighat
AWS RolEx
Jordan Kueh
CS AWS Roles Switcher
Szpadel
AWS OmniConsole
Muhammad
Easy Role Selection for AWS SAML Sign-In page
Czechnology
ILB AESR Config Sync
Kevin Withnall
AWS SSO Extender
WTFender
AWS SSO Profiles Switcher
Yann Rouillard
AWS dashboard
smega
AWS Colorize
Derek Pavao