ManageEngine PAM360

A comprehensive privileged access management software to control, manage and audit the entire life cycle of privileged accounts.

ManageEngine PAM360คืออะไร?

ManageEngine PAM360 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manageengine.com และคุณลักษณะหลักของมันคือ "A comprehensive privileged access management software to control, manage and audit the entire life cycle of privileged accounts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ManageEngine PAM360

ดาวน์โหลดไฟล์ส่วนขยาย ManageEngine PAM360 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A complete privileged access management solution for enterprise IT teams that combines
credential vaulting, privileged account governance, remote access management, privileged user monitoring, threat analytics, and web-based SSH Key and SSL certificate management solution, all into a single platform accessible through a central console.  
Key benefits include:
● Unify the enforcement of privileged access policies for all categories of users.  
● Regulate access to critical assets and monitor and audit all subsequent  
privileged access from a single, central console.  
● Delegate just-in-time controls for domain accounts through on-demand, time frame-based privilege elevation.  
● Orchestrate complex access management workflows from a unified platform.
● Consolidate privileged access data with endpoint event logs to make meaningful  
inferences and quicker remedies.  
● Integrate password security into your DevOps pipeline, and protect your continuous integration and delivery platforms against credential-based attacks without compromising on engineering efficiency.
● End-to-end management of SSL certificates and SSH keys.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ManageEngine PAM360 ManageEngine PAM360
ID cdkfhfalbgbjedofghkapcgeodemhghp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/manageengine-pam360/cdkfhfalbgbjedofghkapcgeodemhghp
คำอธิบาย A comprehensive privileged access management software to control, manage and audit the entire life cycle of privileged accounts.
ขนาดไฟล์ 680 KB
จำนวนการติดตั้ง 5,187
เวอร์ชันปัจจุบัน 2.0.2.1
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2020-06-05
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา manageengine.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.manageengine.com/privileged-access-management/
URL หน้าช่วยเหลือ https://www.manageengine.com/privileged-access-management/request-support.html
URL หน้านโยบายความเป็นส่วนตัว https://www.manageengine.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_ManageEngine_PAM360__",
    "short_name": "PAM360",
    "version": "2.0.2.1",
    "description": "__MSG_PAM360_Description__",
    "action": {
        "default_icon": "images\/pam360-48x48.png",
        "default_title": "__MSG_ManageEngine_PAM360__",
        "default_popup": "html\/pmpPopup.html"
    },
    "background": {
        "service_worker": "js\/PMP_BG.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/storage\/StorageVariableConstants.js",
                "js\/PMP_CS.js",
                "js\/jquery-1.8.3.min.js"
            ],
            "css": [
                "css\/autofill.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "clipboardWrite",
        "clipboardRead",
        "storage",
        "cookies",
        "privacy",
        "alarms",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self';script-src 'self'; object-src 'self'; frame-src 'self'; style-src 'self';img-src * data: blob: filesystem:;connect-src * data: blob: filesystem:;"
    },
    "icons": {
        "16": "images\/pam360-16x16.png",
        "48": "images\/pam360-48x48.png",
        "128": "images\/pam360-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/pam360-16x16.png",
                "css\/autofill.css",
                "images\/loading.gif",
                "html\/savePassword.html",
                "html\/autoFill.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "incognito": "split",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "90.0"
}