Imprivata OneSign
Provides Single Sign-On for Google Chrome and Microsoft Edge
Imprivata OneSign là gì?
Imprivata OneSign là một tiện ích mở rộng Chrome được phát triển bởi Imprivata, Inc., và tính năng chính của nó là "Provides Single Sign-On for Google Chrome and Microsoft Edge".
Ả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 Imprivata OneSign
Tải xuống các tệp mở rộng Imprivata OneSign 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
This is the Chrome extension that the Imprivata Agent installer automatically downloads from the Chrome Web Store. The Chrome extension communicates with the Imprivata Agent to enable single sign-on for web applications running in the Chrome browser. This extension should not be installed manually.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Imprivata OneSign |
ID | bpgncafocbpieaeigfcookhgmeamglgo |
URL Chính Thức | https://chromewebstore.google.com/detail/imprivata-onesign/bpgncafocbpieaeigfcookhgmeamglgo |
Mô tả | Provides Single Sign-On for Google Chrome and Microsoft Edge |
Kích Thước Tệp | 251 KB |
Số Lần Cài Đặt | 18,000,000 |
Phiên Bản Hiện Tại | 1.0.66.5541 |
Cập Nhật Lần Cuối | 2022-11-15 |
Ngày Phát Hành | 2022-11-15 |
Đánh Giá | 3.38/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | Imprivata, Inc. |
[email protected] | |
Loại Thanh Toán | in_app |
URL Trang Chính Sách Bảo Mật | http://www.imprivata.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Imprivata OneSign", "description": "Provides Single Sign-On for Google Chrome and Microsoft Edge", "version": "1.0.66.5541", "icons": { "16": "WindowsAgent_ExtIcon_16x16.png", "48": "WindowsAgent_ExtIcon_48x48.png", "128": "WindowsAgent_ExtIcon_128x128.png" }, "permissions": [ "tabs", "activeTab", "nativeMessaging", "scripting", "webRequest", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "idp.js", "confirmid.js", "sso_ready.js", "apg.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "capture_page_info.js", "sodium.js", "encryption.js", "trans_defs.js", "content.js", "confirmid_content.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "trans_defs.js", "confirmid_content.js" ], "run_at": "document_start", "all_frames": true } ] } |