By: Shashank Tyagi Add-on
Inspect and view changes in AWS SSO Auto Approve source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "AWS SSO Auto Approve",
"version": "1.1.0",
"description": "Automatically approves AWS SSO login requests from the CLI",
"author": "Shashank Tyagi",
"homepage_url": "https://github.com/CaptShanks/aws-sso-auto-approve",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"storage",
"activeTab"
],
"options_ui": {
"page": "options/options.html",
"browser_style": true
},
"content_scripts": [
{
"matches": [
"https://*.amazonaws.com/*",
"https://*.awsapps.com/*"
],
"js": [
"content/content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "tyagi3192@gmail.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best AWS SSO Auto Approve Alternatives
Here are some Firefox add-ons that are similar to AWS SSO Auto Approve:
Auto-Authorizer
TJ
AWS SSO Auto-Expand Accounts
Axel Leroy
AWS Roles via Google SSO
Samuel Norbury
AWS SSO Containers
Joseph Pintozzi
AWS SSO Containers
Stompf
AWS Auto-click sort account
ZIENTEK Lucas
GitHub SSO Auto-Continue
bobko
AWS credentials from SAML
Andrea Bedini
AWS SSO Extender
WTFender
AWS Role Switcher
Vahid Haghighat
AWS SAML Containers
mcmathews
Click Assistant
This could be you