Netwrix Privilege Secure
Netwrix Privilege Secure's official web browser extension
¿Qué es Netwrix Privilege Secure?
Netwrix Privilege Secure es una extensión de Chrome desarrollada por Netwrix Corporation, y su función principal es "Netwrix Privilege Secure's official web browser extension".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Netwrix Privilege Secure
Descarga archivos de extensión Netwrix Privilege Secure en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | ihnkofmplfbejdomofnhlhhaaaoamadj |
URL Oficial | https://chromewebstore.google.com/detail/netwrix-privilege-secure/ihnkofmplfbejdomofnhlhhaaaoamadj |
Descripción | Netwrix Privilege Secure's official web browser extension |
Tamaño del Archivo | 2.53 MB |
Cantidad de Instalaciones | 828 |
Versión Actual | 23.6.22 |
Última Actualización | 2023-06-23 |
Fecha de Publicación | 2020-11-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Netwrix Corporation |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Ayuda | https://netwrix.com/support |
URL de la Página de Política de Privacidad | https://www.netwrix.com/privacy.html |
Idiomas Soportados | 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:;" } |