Cross Identity
Single Sign On for web and desktop applications.
Qu'est-ce que Cross Identity ?
Cross Identity est une extension Chrome développée par https://www.crossidentity.com, et sa fonction principale est "Single Sign On for web and desktop applications.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cross Identity
Téléchargez les fichiers d'extension Cross Identity au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Cross Identity |
ID | bgnhamkjgjnjfieadagbccalaiehmaca |
URL Officiel | https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca |
Description | Single Sign On for web and desktop applications. |
Taille du Fichier | 46.1 KB |
Nombre d'Installations | 11,077 |
Version Actuelle | 7 |
Dernière Mise à Jour | 2023-05-15 |
Date de Publication | 2023-05-15 |
Développeur | https://www.crossidentity.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.crossidentity.com/ |
URL de la Page d'Aide | https://www.crossidentity.com/ |
URL de la Page de Politique de Confidentialité | https://www.ilantus.com/privacy-policy |
Langues Prises en Charge | 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:\/\/\/*" ] } ] } |