https://github.com/xhiroga/aws-peacock-management-console
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO or multi session
https://github.com/xhiroga/aws-peacock-management-console
aws aws-management-console aws-sso browser-extension chrome-extensions firefox-addon
Last synced: over 1 year ago
JSON representation
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO or multi session
- Host: GitHub
- URL: https://github.com/xhiroga/aws-peacock-management-console
- Owner: xhiroga
- License: mit
- Created: 2021-10-16T10:49:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T07:59:19.000Z (over 1 year ago)
- Last Synced: 2025-03-30T00:06:07.754Z (over 1 year ago)
- Topics: aws, aws-management-console, aws-sso, browser-extension, chrome-extensions, firefox-addon
- Language: TypeScript
- Homepage:
- Size: 643 KB
- Stars: 100
- Watchers: 3
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# AWS Peacock Management Console 
[](https://chrome.google.com/webstore/detail/aws-peacock-management-co/bknjjajglapfhbdcfgmhgkgfomkkaidj?utm_source=github)
[](https://addons.mozilla.org/firefox/addon/aws-peacock-management-console/)
Browser Extension to show account name or alias and change color of AWS Management Console, even if AWS SSO.

AWS Peacock Management Console store configuration which maps environment(Account ID and Region) to style(color). In AWS Management Console, it modify HTML tags to change color and show account alias. If logged in by AWS SSO, show account name than account name.
## Disclaimer
While effort has been made to ensure the accuracy of the program, developers assumes no responsibility for any problem caused by this extension.
## Install
- [AWS Peacock Management Console - Chrome Web Store](https://chrome.google.com/webstore/detail/aws-peacock-management-co/bknjjajglapfhbdcfgmhgkgfomkkaidj?utm_source=github)
- [AWS Peacock Management Console – 🦊 Firefox ADD-ONS](https://addons.mozilla.org/firefox/addon/aws-peacock-management-console/)
## Development
```shell
yarn
yarn watch
# Click `Load Unpacked` from chrome://extensions and select .`/dist`
```
## License
Code is provided by [LICENSE](./LICENSE). (icons are not included)
Icons made by [Freepik](https://www.flaticon.com/authors/freepik) from [www.flaticon.com](https://www.flaticon.com/)
## References and Inspiration
- [Peacock - Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=johnpapa.vscode-peacock)
- [tilfinltd/aws-extend-switch-roles: Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on](https://github.com/tilfinltd/aws-extend-switch-roles)
- [yaggytter/chrome-extension-awssso: Chrome Extension for AWS SSO](https://github.com/yaggytter/chrome-extension-awssso)