Compact Identity
Signle Sign On for web and desktop applications.
Compact Identity là gì?
Compact Identity là một tiện ích mở rộng Chrome được phát triển bởi https://www.ilantus.com, và tính năng chính của nó là "Signle Sign On for web and desktop applications.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Compact Identity
Tải xuống các tệp mở rộng Compact Identity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Compact Identity |
ID | pmfnlmoidamimomaimiiekbdjcacdamp |
URL Chính Thức | https://chromewebstore.google.com/detail/compact-identity/pmfnlmoidamimomaimiiekbdjcacdamp |
Mô tả | Signle Sign On for web and desktop applications. |
Kích Thước Tệp | 85.74 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 9.1 |
Cập Nhật Lần Cuối | 2021-04-30 |
Ngày Phát Hành | 2019-12-26 |
Nhà Phát Triển | https://www.ilantus.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.ilantus.com/ |
URL Trang Trợ Giúp | https://productsupport.ilantus.com |
URL Trang Chính Sách Bảo Mật | https://www.ilantus.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |