Compact Identity

Signle Sign On for web and desktop applications.

Compact Identity란 무엇입니까?

Compact Identity은(는) https://www.ilantus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Signle Sign On for web and desktop applications."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Compact Identity 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Google Chrome browser extension of Compact 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 Compact Identity Launchpad.                    

확장 프로그램 기본 정보

이름 Compact Identity Compact Identity
ID pmfnlmoidamimomaimiiekbdjcacdamp
공식 URL https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp
설명 Signle Sign On for web and desktop applications.
파일 크기 85.74 KB
설치 횟수 10,000
현재 버전 9.1
최근 업데이트 2021-04-30
출시 날짜 2019-12-26
개발자 https://www.ilantus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.ilantus.com/
도움말 페이지 URL https://productsupport.ilantus.com
개인정보 보호 정책 페이지 URL https://www.ilantus.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Compact Identity",
    "description": "Signle Sign On for web and desktop applications.",
    "version": "9.1",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "popup.js",
                "crypto-js.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "favicon128.png",
        "16": "favicon16.png",
        "32": "favicon32.png",
        "48": "favicon48.png"
    },
    "web_accessible_resources": [
        "icon.png"
    ],
    "browser_action": {
        "default_title": "Compact Identity",
        "default_icon": "icon.png",
        "default_popup": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}