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
官方網址 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:\/\/\/*"
            ]
        }
    ]
}