Cross Identity
Single Sign On for web and desktop applications.
Apa itu Cross Identity?
Cross Identity adalah ekstensi Chrome yang dikembangkan oleh https://www.crossidentity.com, dan fitur utamanya adalah "Single Sign On for web and desktop applications.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Cross Identity
Unduh file ekstensi Cross Identity 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
Google chrome extension for Cross Identity This extension is required for any web-based application that is extension based. Compact Identity extension will perform a credential replay activity to ensure seamless access to enterprise applications from Cross Identity Launchpad.
Informasi Dasar Ekstensi
Nama | Cross Identity |
ID | bgnhamkjgjnjfieadagbccalaiehmaca |
URL Resmi | https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca |
Deskripsi | Single Sign On for web and desktop applications. |
Ukuran File | 46.1 KB |
Jumlah Instalasi | 11,077 |
Versi Saat Ini | 7 |
Terakhir Diperbarui | 2023-05-15 |
Tanggal Publikasi | 2023-05-15 |
Pengembang | https://www.crossidentity.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.crossidentity.com/ |
URL Halaman Bantuan | https://www.crossidentity.com/ |
URL Halaman Kebijakan Privasi | https://www.ilantus.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon.png", "default_popup": "background.html", "default_title": "Cross Identity SSO" }, "content_scripts": [ { "all_frames": true, "js": [ "popup.js", "crypto-js.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "description": "Single Sign On for web and desktop applications.", "icons": { "128": "favicon128.png", "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png" }, "manifest_version": 3, "name": "Cross Identity", "permissions": [ "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7", "web_accessible_resources": [ { "resources": [ "icon.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ] } ] } |