SAML Response

See most recent SAML response

什麼是SAML Response?

SAML Response是由Rivet Tools開發的Chrome擴展程式,該擴展的主要功能是“See most recent SAML response”。

擴展截圖

screenshot

下載SAML Response擴展crx文件

下載SAML Response擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 SAML Response SAML Response
ID cbenhegonmmoommjjbklhfjlgclpcong
官方網址 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"
}