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”。

扩展截图

screenshot

下载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 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
        }
    ]
}