SAML Response

See most recent SAML response

SAML Response क्या है?

SAML Response Rivet Tools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "See most recent SAML response"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SAML Response एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
}