ipdchdaimepggclpjanobgdahjflhedd
Update aws dark mode cookie on page load Amazon AWS has begun the infrastructure to enable a dark mode on select web pages in their console via a cookie. This extension will set and attempt to keep the cookie in dark mode.
Customize AWS Console Header
Change AWS Console Header. background color and text label. change header background color and append text label. Multiple combinations of account name and region can be set.
Extension for AWS SSO
This extension is for AWS Single Sign-On (AWS SSO). This extension is for AWS IAM Identity Center (The old name is AWS SSO). As for now, this extension is providing only following functions. You will see what am I using Account Name and Permission Set for current console at AWS console's header, AWS console header's color will almost be red if account name has 'Production' in it, and to bring favorite accounts to the top on the SSO login page. (You can customize header colors using regular expressions for account names on the extension option page. Favorites too.) Source code is here https://github.com/yaggytter/chrome-extension-awssso
Former2 Helper
Helps avoid CORS issues with former2.com Calls to the AWS service API endpoints are made either directly with the JavaScript SDK or via the browser extension (which also hits endpoints directly). Recording data is kept entirely in memory or on local disk and is never sent over the internet or anywhere else. You should take care to remove any sensitive data (passwords etc.) when sharing your generated code/templates with others.
AWS Account Identifier
Adds a description with a specific color to the AWS's navigation bar depending on the account you are connected to. Adds a header to the Navigation Bar of AWS with a description and color based on the account you are connected to. In a multi account environment this is a very useful tool to help you to quickly identify the current account. A new feature has been added so you can import the accounts from the AWS SSO start page. This makes maintaining the accounts in this extension a lot easier. As from version 1.1.0 we stopped using an extra row on the navbar for the description as certain console feature were designed with a fixed position what would make it impossible to access certain functionalities of the AWS Console. Instead, we moved the description to the lower bar where enough space is available to add the description. version 1.2.1: Fix Account detection and improve style.