SAML DevTools extension

A chrome developer tools extension for viewing SAML messages in chrome

SAML DevTools extensionとは何ですか?

SAML DevTools extensionはstefan.rasmusson.asによって開発されたChromeの拡張機能で、その主な機能は「A chrome developer tools extension for viewing SAML messages in chrome」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension adds a tab to the Chrome DevTools. The new SAML tab lists all requests and marks the SAML requests with green. When clicking the event the SAML XML is shown.                    

拡張機能の基本情報

名前 SAML DevTools extension SAML DevTools extension
ID jndllhgbinhiiddokbeoeepbppdnhhio
公式URL https://chromewebstore.google.com/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio
説明 A chrome developer tools extension for viewing SAML messages in chrome
ファイルサイズ 7.85 MB
インストール数 48,007
現在のバージョン 0.6
最終更新日 2015-11-09
公開日 2015-11-09
評価 4.29/5 合計 28 レビュー
開発者 stefan.rasmusson.as
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAML DevTools extension",
    "version": "0.6",
    "description": "A chrome developer tools extension for viewing SAML messages in chrome",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ajax.googleapis.com\/ajax\/libs\/angularjs\/1.3.15\/angular.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/highlight.js\/8.7\/highlight.min.js; object-src 'self'",
    "manifest_version": 2
}