Cross Identity

Single Sign On for web and desktop applications.

什么是Cross Identity?

Cross Identity是由https://www.crossidentity.com开发的Chrome扩展程序,该扩展的主要功能是“Single Sign On for web and desktop applications.”。

扩展截图

screenshot

下载Cross Identity扩展crx文件

下载Cross Identity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Cross Identity Cross Identity
ID bgnhamkjgjnjfieadagbccalaiehmaca
官方URL https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca
简介 Single Sign On for web and desktop applications.
文件大小 46.1 KB
安装次数 11,077
当前版本 7
更新时间 2023-05-15
上架时间 2023-05-15
开发者 https://www.crossidentity.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.crossidentity.com/
帮助页面URL https://www.crossidentity.com/
隐私政策页面URL https://www.ilantus.com/privacy-policy
支持的语言 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:\/\/\/*"
            ]
        }
    ]
}