Cross Identity
Single Sign On for web and desktop applications.
Cross Identity là gì?
Cross Identity là một tiện ích mở rộng Chrome được phát triển bởi https://www.crossidentity.com, và tính năng chính của nó là "Single 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 Cross Identity
Tải xuống các tệp mở rộng Cross 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 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cross Identity |
ID | bgnhamkjgjnjfieadagbccalaiehmaca |
URL Chính Thức | https://chromewebstore.google.com/detail/cross-identity/bgnhamkjgjnjfieadagbccalaiehmaca |
Mô tả | Single Sign On for web and desktop applications. |
Kích Thước Tệp | 46.1 KB |
Số Lần Cài Đặt | 11,077 |
Phiên Bản Hiện Tại | 7 |
Cập Nhật Lần Cuối | 2023-05-15 |
Ngày Phát Hành | 2023-05-15 |
Nhà Phát Triển | https://www.crossidentity.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.crossidentity.com/ |
URL Trang Trợ Giúp | https://www.crossidentity.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 | |
{ "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:\/\/\/*" ] } ] } |