Imprivata OneSign
Provides Single Sign-On for Google Chrome and Microsoft Edge
Qu'est-ce que Imprivata OneSign ?
Imprivata OneSign est une extension Chrome développée par Imprivata, Inc., et sa fonction principale est "Provides Single Sign-On for Google Chrome and Microsoft Edge".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Imprivata OneSign
Téléchargez les fichiers d'extension Imprivata OneSign au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Imprivata OneSign |
ID | bpgncafocbpieaeigfcookhgmeamglgo |
URL Officiel | https://chromewebstore.google.com/detail/imprivata-onesign/bpgncafocbpieaeigfcookhgmeamglgo |
Description | Provides Single Sign-On for Google Chrome and Microsoft Edge |
Taille du Fichier | 251 KB |
Nombre d'Installations | 18,000,000 |
Version Actuelle | 1.0.66.5541 |
Dernière Mise à Jour | 2022-11-15 |
Date de Publication | 2022-11-15 |
Évaluation | 3.38/5 Total 16 Évaluations |
Développeur | Imprivata, Inc. |
[email protected] | |
Type de Paiement | in_app |
URL de la Page de Politique de Confidentialité | http://www.imprivata.com/privacy-policy |
Langues Prises en Charge | 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 } ] } |