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 |
公式URL | 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. |
Eメール | [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 } ] } |