SAML-tracer

A debugger for viewing SAML messages

SAML-tracerとは何ですか?

SAML-tracerはSimpleSAMLphpによって開発されたChromeの拡張機能で、その主な機能は「A debugger for viewing SAML messages」です。

拡張機能のスクリーンショット

screenshot

SAML-tracer拡張機能のCRXファイルをダウンロード

SAML-tracer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tool for viewing SAML and WS-Federation messages sent through the browser during single sign-on and single logout.                    

拡張機能の基本情報

名前 SAML-tracer SAML-tracer
ID mpdajninpobndbfcldcmbpnnbhibjmch
公式URL https://chromewebstore.google.com/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch
説明 A debugger for viewing SAML messages
ファイルサイズ 90.61 KB
インストール数 359,195
現在のバージョン 1.7.1
最終更新日 2021-12-23
公開日 2019-11-18
評価 4.27/5 合計 30 レビュー
開発者 SimpleSAMLphp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/simplesamlphp/SAML-tracer
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAML-tracer",
    "description": "A debugger for viewing SAML messages",
    "author": "Olav Morken, Jaime Perez, Thijs Kinkhorst, Jan K\u00f6hler",
    "manifest_version": 2,
    "version": "1.7.1",
    "homepage_url": "https:\/\/github.com\/SimpleSAMLphp\/SAML-tracer",
    "icons": {
        "16": "src\/resources\/images\/icon16.png",
        "32": "src\/resources\/images\/icon32.png",
        "48": "src\/resources\/images\/icon48.png",
        "96": "src\/resources\/images\/icon96.png",
        "128": "src\/resources\/images\/icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "bootstrap.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/resources\/images\/icon16.png",
            "32": "src\/resources\/images\/icon32.png",
            "48": "src\/resources\/images\/icon48.png",
            "96": "src\/resources\/images\/icon96.png",
            "128": "src\/resources\/images\/icon128.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Opens SAML-tracer if it's not yet started or brings it back to the front if it's already started."
        }
    }
}