WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SAML-tracer

SAML-tracer

View on Chrome Web Store
View SAML-tracer Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (32 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A debugger for viewing SAML messages
Type
Extension
Users
300,000 users
100K
SimpleSAMLphp
View author page of SimpleSAMLphp
Published
Published on May 30, 2018
Version 1.9.2
Manifest version
3
Updated
Updated on June 5, 2025
productivity/developer
Extension Category
View on Chrome Web Store
View SAML-tracer Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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, Tim van Dijen",
    "manifest_version": 3,
    "version": "1.9.2",
    "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"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'none'; img-src 'self'; script-src 'self'; style-src 'self'; frame-src data:;"
    },
    "background": {
        "service_worker": "bootstrap.js",
        "scripts": [
            "bootstrap.js"
        ]
    },
    "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"
        }
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{d3e01ff2-9a3a-4007-8f6e-7acd9a5de263}",
            "strict_min_version": "121.0"
        }
    },
    "commands": {
        "_execute_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."
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top