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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |