SAML Response Decoder
Decode and view SAML responses
SAML Response Decoder क्या है?
SAML Response Decoder Yasin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Decode and view SAML responses"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SAML Response Decoder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |