Compact Identity

Signle Sign On for web and desktop applications.

Was ist Compact Identity?

Compact Identity ist eine Chrome-Erweiterung, die von https://www.ilantus.com entwickelt wurde, und ihr Hauptmerkmal ist "Signle Sign On for web and desktop applications.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Compact Identity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Compact Identity-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Compact Identity Compact Identity
ID pmfnlmoidamimomaimiiekbdjcacdamp
Offizielle URL https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp
Beschreibung Signle Sign On for web and desktop applications.
Dateigröße 85.74 KB
Installationsanzahl 10,000
Aktuelle Version 9.1
Letztes Update 2021-04-30
Veröffentlichungsdatum 2019-12-26
Entwickler https://www.ilantus.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ilantus.com/
Hilfeseite URL https://productsupport.ilantus.com
URL der Datenschutzrichtlinien-Seite https://www.ilantus.com/privacy-policy
Unterstützte Sprachen 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'"
}