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ファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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:;" } |