Netwrix Privilege Secure
Netwrix Privilege Secure's official web browser extension
Netwrix Privilege Secureคืออะไร?
Netwrix Privilege Secure เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Netwrix Corporation และคุณลักษณะหลักของมันคือ "Netwrix Privilege Secure's official web browser extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Netwrix Privilege Secure
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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:;" } |