Netwrix Privilege Secure

Netwrix Privilege Secure's official web browser extension

What is Netwrix Privilege Secure?

Netwrix Privilege Secure is a Chrome extension developed by Netwrix Corporation, and its main feature is "Netwrix Privilege Secure's official web browser extension".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Netwrix Privilege Secure Extension CRX File

Download Netwrix Privilege Secure extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Netwrix Privilege Secure Netwrix Privilege Secure
ID ihnkofmplfbejdomofnhlhhaaaoamadj
Official URL https://chromewebstore.google.com/detail/netwrix-privilege-secure/ihnkofmplfbejdomofnhlhhaaaoamadj
Description Netwrix Privilege Secure's official web browser extension
File Size 2.53 MB
Installation Count 828
Current Version 23.6.22
Last Updated 2023-06-23
Publish Date 2020-11-24
Rating 5.00/5 Total 1 Ratings
Developer Netwrix Corporation
Email [email protected]
Payment Type free
Help Page URL https://netwrix.com/support
Privacy Policy Page URL https://www.netwrix.com/privacy.html
Supported Languages 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:;"
}