SAML Response

See most recent SAML response

ما هو SAML Response؟

SAML Response هو إضافة Chrome تم تطويرها بواسطة Rivet Tools، والميزة الرئيسية لها هي "See most recent SAML response".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة SAML Response

قم بتنزيل ملفات الامتداد SAML Response بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        View last SAML response. Copy it to other programs, e.g. to a CLI.                    

معلومات أساسية عن التمديد

الاسم SAML Response SAML Response
ID cbenhegonmmoommjjbklhfjlgclpcong
عنوان URL الرسمي https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong
الوصف See most recent SAML response
حجم الملف 1.1 MB
عدد التثبيتات 417
النسخة الحالية 1.0.1
آخر تحديث 2020-05-11
تاريخ النشر 2020-05-09
تقييم 5.00/5 مجموع تقييمات 2
المطور Rivet Tools
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/rivethealth/chrome-saml
عنوان صفحة المساعدة https://github.com/rivethealth/chrome-saml/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html?background",
        "persistant": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "See most recent SAML response",
    "icons": {
        "16": "asset\/icon\/16.png",
        "48": "asset\/icon\/48.png",
        "128": "asset\/icon\/128.png"
    },
    "name": "SAML Response",
    "manifest_version": 2,
    "page_action": {
        "default_icon": "asset\/icon\/16-disabled.png",
        "default_title": "No SAML response"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest"
    ],
    "version": "1.0.1"
}