SAMLPeek
Decodes SAML Requests and Responses
What is SAMLPeek?
SAMLPeek is a Chrome extension developed by NullOps.io, and its main feature is "Decodes SAML Requests and Responses".
Extension Screenshots
Download SAMLPeek Extension CRX File
Download SAMLPeek 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
Extension Basic Information
Name | SAMLPeek |
ID | nnokdpekoeonohdegeoikddkbnlbgfmb |
Official URL | https://chromewebstore.google.com/detail/samlpeek/nnokdpekoeonohdegeoikddkbnlbgfmb |
Description | Decodes SAML Requests and Responses |
File Size | 17.2 KB |
Installation Count | 248 |
Current Version | 0.0.0.1 |
Last Updated | 2015-09-09 |
Publish Date | 2015-09-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | NullOps.io |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SAMLPeek", "description": "Decodes SAML Requests and Responses", "version": "0.0.0.1", "icons": { "16": "icon.16.png", "48": "icon.48.png", "128": "icon.128.png" }, "browser_action": { "default_icon": { "19": "icon.19.png", "38": "icon.38.png" }, "default_title": "SAMLPeek", "default_popup": "samlpeek.html" }, "background": { "scripts": [ "samlpeek.background.js" ], "persistent": true }, "permissions": [ "activeTab", "clipboardWrite", "webRequest", "*:\/\/*\/" ] } |