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
Eメール [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:\/\/\/*"
            ]
        }
    ]
}