Password Manager Pro

Secure vault for storing and managing shared sensitive information such as passwords, documents & digital identities of enterprises.

Password Manager Proคืออะไร?

Password Manager Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.manageengine.com และคุณลักษณะหลักของมันคือ "Secure vault for storing and managing shared sensitive information such as passwords, documents & digital identities of enterprises."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Manager Pro

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

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

                        Password Manager Pro is a secure vault for storing and managing shared sensitive information such as passwords, documents and digital identities of enterprises. The benefits of deploying Password Manager Pro include:

1. Eliminating password fatigue and security lapses by deploying a secure, centralized vault for password storage and access
2. Improving IT productivity many times by automating frequent password changes required in critical systems
3. Providing preventive & detective security controls through approval workflows & real-time alerts on password access
4. Meeting security audits and regulatory compliance such as SOX, HIPAA and PCI                    

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

ชื่อ Password Manager Pro Password Manager Pro
ID hfdkpbblioghdghhkdppipefbchgpohn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-manager-pro/hfdkpbblioghdghhkdppipefbchgpohn
คำอธิบาย Secure vault for storing and managing shared sensitive information such as passwords, documents & digital identities of enterprises.
ขนาดไฟล์ 601 KB
จำนวนการติดตั้ง 74,689
เวอร์ชันปัจจุบัน 2.0.2.1
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2020-06-06
คะแนน 2.97/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://www.manageengine.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.manageengine.com/products/passwordmanagerpro/
URL หน้าช่วยเหลือ https://www.manageengine.com/products/passwordmanagerpro/support.html
URL หน้านโยบายความเป็นส่วนตัว https://www.manageengine.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_Password_Manager_Pro__",
    "short_name": "PMP",
    "version": "2.0.2.1",
    "description": "__MSG_PMP_Description__",
    "action": {
        "default_icon": "images\/pmp_48x48.png",
        "default_title": "__MSG_Password_Manager_Pro__",
        "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\/pmp_16x16.png",
        "48": "images\/pmp_48x48.png",
        "128": "images\/pmp_128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/pmp_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"
}