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"입니다.
확장 프로그램 스크린샷
Netwrix Privilege Secure 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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:;" } |