Compact Identity
Signle Sign On for web and desktop applications.
What is Compact Identity?
Compact Identity is a Chrome extension developed by https://www.ilantus.com, and its main feature is "Signle Sign On for web and desktop applications.".
Extension Screenshots
Download Compact Identity Extension CRX File
Download Compact Identity 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
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.
Extension Basic Information
Name | Compact Identity |
ID | pmfnlmoidamimomaimiiekbdjcacdamp |
Official URL | https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp |
Description | Signle Sign On for web and desktop applications. |
File Size | 85.74 KB |
Installation Count | 10,000 |
Current Version | 9.1 |
Last Updated | 2021-04-30 |
Publish Date | 2019-12-26 |
Developer | https://www.ilantus.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.ilantus.com/ |
Help Page URL | https://productsupport.ilantus.com |
Privacy Policy Page URL | https://www.ilantus.com/privacy-policy |
Supported Languages | 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'" } |