SAML Response Decoder
Decode and view SAML responses
Что такое SAML Response Decoder?
SAML Response Decoder - это расширение Chrome, разработанное Yasin, и его основная функция - "Decode and view SAML responses".
Снимки экрана расширения
Скачать файл CRX расширения SAML Response Decoder
Скачайте файлы расширений SAML Response Decoder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
SAML Response Decoder is a Chrome extension that allows users to decode and view SAML responses locally. It's a helpful tool for support engineers, developers and administrators working with SAML for authentication and authorization. While there are several SAML decoding tools available, the SAML Response Decoder prioritizes user privacy by not automatically detecting SAML responses during login or other operations. Instead, our tool provides a straightforward interface where users can manually paste their SAML responses for decoding. This ensures maximum control for the user and minimizes potential security or privacy concerns.
Основная информация о расширении
Название | SAML Response Decoder |
ID | lgjipdamfgafpllhgpopejiclgkkdakb |
Официальный URL | https://chromewebstore.google.com/detail/saml-response-decoder/lgjipdamfgafpllhgpopejiclgkkdakb |
Описание | Decode and view SAML responses |
Размер файла | 426 KB |
Количество установок | 137 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-10-30 |
Дата публикации | 2023-10-29 |
Разработчик | Yasin |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://github.com/yasinsd/SAML-Response-Decoder/blob/main/privacy_policy.md |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SAML Response Decoder", "version": "1.0.0", "description": "Decode and view SAML responses", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png" } }, "permissions": [], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |