Cross Identity

Single Sign On for web and desktop applications.

Was ist Cross Identity?

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

Erweiterungsscreenshots

screenshot

Cross Identity-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cross 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 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.                    

Grundlegende Informationen zur Erweiterung

Name Cross Identity Cross Identity
ID bgnhamkjgjnjfieadagbccalaiehmaca
Offizielle URL https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca
Beschreibung Single Sign On for web and desktop applications.
Dateigröße 46.1 KB
Installationsanzahl 11,077
Aktuelle Version 7
Letztes Update 2023-05-15
Veröffentlichungsdatum 2023-05-15
Entwickler https://www.crossidentity.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.crossidentity.com/
Hilfeseite URL https://www.crossidentity.com/
URL der Datenschutzrichtlinien-Seite https://www.ilantus.com/privacy-policy
Unterstützte Sprachen 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:\/\/\/*"
            ]
        }
    ]
}