Netwrix Privilege Secure

Netwrix Privilege Secure's official web browser extension

什么是Netwrix Privilege Secure?

Netwrix Privilege Secure是由Netwrix Corporation开发的Chrome扩展程序,该扩展的主要功能是“Netwrix Privilege Secure's official web browser extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Netwrix Privilege Secure扩展crx文件

下载Netwrix Privilege Secure扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Netwrix Privileged Secure makes it easy to overcome the challenges and limitations of traditional PAM offerings and secure, control, manage, and monitor privileged account usage through a just-in-time, just-enough privilege approach.                    

扩展基本信息

名称 Netwrix Privilege Secure Netwrix Privilege Secure
ID ihnkofmplfbejdomofnhlhhaaaoamadj
官方URL https://chromewebstore.google.com/detail/netwrix-privilege-secure/ihnkofmplfbejdomofnhlhhaaaoamadj
简介 Netwrix Privilege Secure's official web browser extension
文件大小 2.53 MB
安装次数 828
当前版本 23.6.22
更新时间 2023-06-23
上架时间 2020-11-24
评分 5.00/5 共1次评分
开发者 Netwrix Corporation
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://netwrix.com/support
隐私政策页面URL https://www.netwrix.com/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netwrix Privilege Secure",
    "version": "23.6.22",
    "homepage_url": "https:\/\/netwrix.com",
    "description": "Netwrix Privilege Secure's official web browser extension",
    "manifest_version": 2,
    "minimum_chrome_version": "74",
    "icons": {
        "65": "images\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/autofill.js",
                "content\/lock.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "css": [
                "content\/autofill.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": true,
            "js": [
                "content\/loginProviderCapture.js"
            ],
            "matches": [
                "*:\/\/*\/extension\/login-provider-capture-lZuIbcyuMoahimPgwFIrkZWVxQj1Wni2RZjvg5U7mQdkS4UgHk9DWIJscpbJo49M*"
            ],
            "run_at": "document_start"
        }
    ],
    "devtools_page": "devtools\/devtools.html",
    "permissions": [
        "storage",
        "tabs",
        "alarms",
        "tabCapture",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "browsingData",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "notifications",
        "idle",
        "cookies"
    ],
    "commands": {
        "enable-capture": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Enable the Netwrix Privilege Secure session for the current tab"
        }
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "content_security_policy": "img-src data: chrome:\/\/favicon *; default-src 'self'; connect-src * data: blob: filesystem:; style-src 'self' data: 'unsafe-inline'; frame-src 'self' data:; font-src 'self' data:; media-src * data: blob: filesystem:;"
}