Imprivata OneSign
Provides Single Sign-On for Google Chrome and Microsoft Edge
什麼是Imprivata OneSign?
Imprivata OneSign是由Imprivata, Inc.開發的Chrome擴展程式,該擴展的主要功能是“Provides Single Sign-On for Google Chrome and Microsoft Edge”。
擴展截圖
下載Imprivata OneSign擴展crx文件
下載Imprivata OneSign擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Imprivata OneSign |
ID | bpgncafocbpieaeigfcookhgmeamglgo |
官方網址 | https://chromewebstore.google.com/detail/imprivata-onesign/bpgncafocbpieaeigfcookhgmeamglgo |
簡介 | Provides Single Sign-On for Google Chrome and Microsoft Edge |
檔案大小 | 251 KB |
安裝次數 | 18,000,000 |
目前版本 | 1.0.66.5541 |
更新時間 | 2022-11-15 |
上架時間 | 2022-11-15 |
評分 | 3.38/5 共 16 次評分 |
開發者 | Imprivata, Inc. |
電子郵箱 | [email protected] |
付費類型 | in_app |
隱私政策頁面URL | http://www.imprivata.com/privacy-policy |
支援的語言 | 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 } ] } |