SAML DevTools extension

A chrome developer tools extension for viewing SAML messages in chrome

What is SAML DevTools extension?

SAML DevTools extension is a Chrome extension developed by stefan.rasmusson.as, and its main feature is "A chrome developer tools extension for viewing SAML messages in chrome".

Extension Screenshots

screenshot
screenshot

Download SAML DevTools extension Extension CRX File

Download SAML DevTools extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SAML DevTools extension SAML DevTools extension
ID jndllhgbinhiiddokbeoeepbppdnhhio
Official URL https://chromewebstore.google.com/detail/saml-devtools-extension/jndllhgbinhiiddokbeoeepbppdnhhio
Description A chrome developer tools extension for viewing SAML messages in chrome
File Size 7.85 MB
Installation Count 48,007
Current Version 0.6
Last Updated 2015-11-09
Publish Date 2015-11-09
Rating 4.29/5 Total 28 Ratings
Developer stefan.rasmusson.as
Email [email protected]
Payment Type free
Supported Languages 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
}