SAML Response
See most recent SAML response
Apa itu SAML Response?
SAML Response adalah ekstensi Chrome yang dikembangkan oleh Rivet Tools, dan fitur utamanya adalah "See most recent SAML response".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SAML Response
Unduh file ekstensi SAML Response dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
View last SAML response. Copy it to other programs, e.g. to a CLI.
Informasi Dasar Ekstensi
Nama | SAML Response |
ID | cbenhegonmmoommjjbklhfjlgclpcong |
URL Resmi | https://chromewebstore.google.com/detail/saml-response/cbenhegonmmoommjjbklhfjlgclpcong |
Deskripsi | See most recent SAML response |
Ukuran File | 1.1 MB |
Jumlah Instalasi | 417 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-05-11 |
Tanggal Publikasi | 2020-05-09 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Rivet Tools |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rivethealth/chrome-saml |
URL Halaman Bantuan | https://github.com/rivethealth/chrome-saml/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "index.html?background", "persistant": false }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "See most recent SAML response", "icons": { "16": "asset\/icon\/16.png", "48": "asset\/icon\/48.png", "128": "asset\/icon\/128.png" }, "name": "SAML Response", "manifest_version": 2, "page_action": { "default_icon": "asset\/icon\/16-disabled.png", "default_title": "No SAML response" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webRequest" ], "version": "1.0.1" } |