SAML-tracer

A debugger for viewing SAML messages

Cos'è SAML-tracer?

SAML-tracer è un'estensione di Chrome sviluppata da SimpleSAMLphp, e la sua funzione principale è "A debugger for viewing SAML messages".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SAML-tracer

Scarica i file di estensione SAML-tracer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome SAML-tracer SAML-tracer
ID mpdajninpobndbfcldcmbpnnbhibjmch
URL Ufficiale https://chromewebstore.google.com/detail/saml-tracer/mpdajninpobndbfcldcmbpnnbhibjmch
Descrizione A debugger for viewing SAML messages
Dimensione del File 90.61 KB
Conteggio Installazioni 359,195
Versione Corrente 1.7.1
Ultimo Aggiornamento 2021-12-23
Data di Pubblicazione 2019-11-18
Valutazione 4.27/5 Totale 30 Valutazioni
Sviluppatore SimpleSAMLphp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/simplesamlphp/SAML-tracer
Lingue Supportate 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."
        }
    }
}