Imprivata OneSign
Provides Single Sign-On for Google Chrome and Microsoft Edge
Imprivata OneSignคืออะไร?
Imprivata OneSign เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Imprivata, Inc. และคุณลักษณะหลักของมันคือ "Provides Single Sign-On for Google Chrome and Microsoft Edge"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Imprivata OneSign
ดาวน์โหลดไฟล์ส่วนขยาย 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. |
อีเมล | [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 } ] } |