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.」です。
拡張機能のスクリーンショット
Compact Identity拡張機能のCRXファイルをダウンロード
Compact Identity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |