Imprivata OneSign
Provides Single Sign-On for Google Chrome and Microsoft Edge
Wat is Imprivata OneSign?
Imprivata OneSign is een Chrome-extensie ontwikkeld door Imprivata, Inc., en de belangrijkste functie is "Provides Single Sign-On for Google Chrome and Microsoft Edge".
Extensie Screenshots
Download het CRX-bestand van de extensie Imprivata OneSign
Download Imprivata OneSign-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Imprivata OneSign |
ID | bpgncafocbpieaeigfcookhgmeamglgo |
Officiële URL | https://chromewebstore.google.com/detail/imprivata-onesign/bpgncafocbpieaeigfcookhgmeamglgo |
Beschrijving | Provides Single Sign-On for Google Chrome and Microsoft Edge |
Bestandsgrootte | 251 KB |
Aantal Installaties | 18,000,000 |
Huidige Versie | 1.0.66.5541 |
Laatst Bijgewerkt | 2022-11-15 |
Publicatiedatum | 2022-11-15 |
Beoordeling | 3.38/5 Totaal 16 Beoordelingen |
Ontwikkelaar | Imprivata, Inc. |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | http://www.imprivata.com/privacy-policy |
Ondersteunde Talen | 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 } ] } |