Compact Identity
Signle Sign On for web and desktop applications.
Hvad er Compact Identity?
Compact Identity er en Chrome-udvidelse udviklet af https://www.ilantus.com, og dens hovedfunktion er "Signle Sign On for web and desktop applications.".
Udvidelsesskærmbilleder
Download Compact Identity-udvidelses-CRX-fil
Download Compact Identity-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Google Chrome browser extension of Compact 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 Compact Identity Launchpad.
Grundlæggende oplysninger om udvidelsen
Navn | Compact Identity |
ID | pmfnlmoidamimomaimiiekbdjcacdamp |
Officiel URL | https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp |
Beskrivelse | Signle Sign On for web and desktop applications. |
Filstørrelse | 85.74 KB |
Antal Installationer | 10,000 |
Nuværende Version | 9.1 |
Senest Opdateret | 2021-04-30 |
Udgivelsesdato | 2019-12-26 |
Udvikler | https://www.ilantus.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.ilantus.com/ |
Hjælpeside-URL | https://productsupport.ilantus.com |
URL til Fortrolighedspolitik Side | https://www.ilantus.com/privacy-policy |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compact Identity", "description": "Signle Sign On for web and desktop applications.", "version": "9.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "popup.js", "crypto-js.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "icons": { "128": "favicon128.png", "16": "favicon16.png", "32": "favicon32.png", "48": "favicon48.png" }, "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_title": "Compact Identity", "default_icon": "icon.png", "default_popup": "background.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |