26-Oct-2024
This browser extension exposes profile data and improves navigation in the Okta Admin Console.
- Create a local folder in your computer named
OktaExtension
- Click on the
index.js
file link and click on the download icon at the top-right corner of the code
- Repeat the process in step #2 for the
manifest.json
file - In Chrome, go to ... -> Extensions -> Manage Extensions
- Enable Developer Mode by toggling the switch
- Drag the
OktaExtension
folder to the Chrome Extensions page; or, in the Extensions tab in Chrome click on 'Load Unpacked' and pick thr folder.
- Edit index.js if you'd like, then make sure to
Reload
the extension after saving your changes, then Reload the page in Okta to see the changes. - This was inspired by this comment by Gabriel Sroka and with his help. GDS > GPT. Thanks Gabriel!
- Even the instructions above are right out of his comment (attribution, so no blatant plagiarism 😁)
- There are a lot of opportunities to customize this extension