Netwrix Privilege Secure
Netwrix Privilege Secure's official web browser extension
Netwrix Privilege Secure क्या है?
Netwrix Privilege Secure Netwrix Corporation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Netwrix Privilege Secure's official web browser extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Netwrix Privilege Secure एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:;" } |