Imprivata OneSign

Provides Single Sign-On for Google Chrome and Microsoft Edge

Was ist Imprivata OneSign?

Imprivata OneSign ist eine Chrome-Erweiterung, die von Imprivata, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Provides Single Sign-On for Google Chrome and Microsoft Edge".

Erweiterungsscreenshots

screenshot

Imprivata OneSign-Erweiterungs-CRX-Datei herunterladen

Laden Sie Imprivata OneSign-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Imprivata OneSign Imprivata OneSign
ID bpgncafocbpieaeigfcookhgmeamglgo
Offizielle URL https://chromewebstore.google.com/detail/imprivata-onesign/bpgncafocbpieaeigfcookhgmeamglgo
Beschreibung Provides Single Sign-On for Google Chrome and Microsoft Edge
Dateigröße 251 KB
Installationsanzahl 18,000,000
Aktuelle Version 1.0.66.5541
Letztes Update 2022-11-15
Veröffentlichungsdatum 2022-11-15
Bewertung 3.38/5 Insgesamt 16 Bewertungen
Entwickler Imprivata, Inc.
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite http://www.imprivata.com/privacy-policy
Unterstützte Sprachen 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
        }
    ]
}