ifmjcgakbgnpnppgijcikhpolljgdmlc
This extension listens for requests coming out of tabs opened on the Azure portal. It then extract the authorization header from requests sent to Azure. You can copy the header to your clipboard by clicking the extension icon and use it when working directly with Azure REST API
JWT Inspector
Are you sending JWT tokens in your HTTP requests? Tired of copying tokens from the developer view into jwt.io when debugging? This extension will detect HTTP(S) requests with an Authorization header containing a JWT bearer token, and conveniently display the contents of the token in Chrome's developer tools pane.
Super Reloader
Clear the browser's cache and do a hard reload with a single click Super Reloader Extension - by Laith Hisham This extension allows you to perform the operation of "Empty Cache and Hard Reload" with a single click on the extension icon, instead of having to open developer tools and right click on the reload button to only then be able to perform the desired operation. Alternatively, you can execute the operation using the following keyboard shortcuts: - Windows: Ctrl+Shift+E - Mac: MacCtrl+Shift+E (The Ctrl button on the Mac keyboard, not the Command button)
Token Devtools Inspector
Retrieve Authorization header from the request made in your tab. You'll have a faster way to paste or go to JWT.io ๐ Token Extractor: Streamline Your Authorization Workflow in Chrome DevTools! Token Extractor, a robust Chrome extension, is your go-to tool for effortlessly extracting authorization tokens from HTTP requests within Chrome DevTools. ๐ ๏ธ With just a few clicks, developers can identify requests containing authorization headers, extract tokens, and seamlessly perform essential tasks. How to Use: 1. Open your Dev Tools in Chrome ๐ 2. Locate the Token Inspector panel (similar to Console, Network, or Application panels) ๐ต๏ธ 3. Voila! Your tokens are right there for easy access ๐ Rest assured, no sensitive data is extracted. Check out the source code on https://github.com/Guuri11/token-inspector for peace of mind. Key Features: - Effortless Token Extraction: Say goodbye to manual inspection! Token Extractor automates the detection of requests with authorization headers. - Flexible Token Handling: Tailor the output to your needs by choosing to include or exclude the "Bearer" keyword from the extracted token. - User-Friendly Interface: Seamlessly integrated into Chrome DevTools, the extension offers an intuitive and easy-to-use interface for swift token extraction. - Enhanced Workflow: Copy extracted tokens to the clipboard with a single click, ensuring seamless integration into your applications and APIs. - Token Inspection: Dive deeper into extracted tokens by inspecting them on jwt.io. Understand token structures and contents effortlessly. โฐ Save valuable time and elevate your development workflow with Token Extractor. Install the extension now to simplify your token extraction process! ๐
SAML SSO for Chrome Apps
Helper extension for admins to configure SAML SSO for Chrome apps. Allow admins to carry over a filtered set of the user's cookies to policy whitelisted participating apps. An empty whitelist will result in the default behavior which is to block all incoming requests and not hand over any cookies. Admins should only whitelist apps they fully trust with the user's data. They should ensure they have all proper consent forms placed for users as they are granting permissions to certain apps on their behalf and the system will not show the end users any consent forms once permission is granted via admin policy. For more details on filter options, please see https://github.com/GoogleChrome/chromeos_saml_apps/blob/master/src/schema.json and https://developer.chrome.com/extensions/cookies#method-getAll. The code for this extension has been open-sourced at: https://github.com/GoogleChrome/chromeos_saml_apps. Chrome for Work documentation can be found at: https://support.google.com/chrome/a/answer/7064180.