MultiPassword — Password manager

Secure password storage with the MultiPassword.com password manager featuring syncing across devices and web browsers.

MultiPassword — Password managerคืออะไร?

MultiPassword — Password manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://multipassword.com และคุณลักษณะหลักของมันคือ "Secure password storage with the MultiPassword.com password manager featuring syncing across devices and web browsers."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiPassword — Password manager

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

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

                        MultiPassword is a secure, reliable password and login manager. All data is stored in encrypted form and synced across devices.

Cybersecurity is an important, relevant issue because websites, apps, and web browsers are often attacked. This sometimes results in user passwords being stolen. The problem worsens if a user uses the same logins and passwords for different websites. Doing so allows attackers to gain access to e-mail addresses, social media accounts, banking apps, and more. Cybersecurity experts advise using strong and — extremely important — different passwords for each account. The best option is to create random passwords using dedicated password generators.

MultiPassword stores all your logins and passwords in an encrypted vault synced across all your devices. We use the latest end-to-end encryption technologies AES-256, RSA, HKDF, PBKDF2, etc., to protect your personal data.                    

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

ชื่อ MultiPassword — Password manager MultiPassword — Password manager
ID cnlhokffphohmfcddnibpohmkdfafdli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/multipassword-%E2%80%94-password/cnlhokffphohmfcddnibpohmkdfafdli
คำอธิบาย Secure password storage with the MultiPassword.com password manager featuring syncing across devices and web browsers.
ขนาดไฟล์ 11.12 MB
จำนวนการติดตั้ง 1,288,202
เวอร์ชันปัจจุบัน 0.94.25
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2020-07-07
คะแนน 4.89/5 รวมทั้งหมด 197 คะแนน
ผู้พัฒนา https://multipassword.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.multipassword.com/
URL หน้าช่วยเหลือ https://multipassword.com/en/articles
URL หน้านโยบายความเป็นส่วนตัว https://multipassword.com/privacy-policy
ภาษาที่รองรับ de,en,fr,es,pt-BR,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.94.25",
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/multipassword.com",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Command+Shift+X"
            }
        }
    },
    "permissions": [
        "unlimitedStorage",
        "privacy",
        "activeTab",
        "browsingData",
        "clipboardWrite",
        "contextMenus",
        "scripting",
        "storage",
        "tabs",
        "offscreen"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.multipassword.com\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "action": {
        "default_icon": {
            "16": "assets\/icons\/16.png",
            "19": "assets\/icons\/19.png",
            "24": "assets\/icons\/24.png",
            "32": "assets\/icons\/32.png",
            "38": "assets\/icons\/38.png",
            "48": "assets\/icons\/48.png",
            "60": "assets\/icons\/60.png",
            "128": "assets\/icons\/128.png"
        },
        "default_title": "MultiPassword",
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "19": "assets\/icons\/19.png",
        "24": "assets\/icons\/24.png",
        "32": "assets\/icons\/32.png",
        "38": "assets\/icons\/38.png",
        "48": "assets\/icons\/48.png",
        "60": "assets\/icons\/60.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*.png",
                "save.html",
                "dropdownFrame.html",
                "assets\/fonts\/*",
                "assets\/images\/*",
                "assets\/styles\/*",
                "inject-content\/*",
                "inject-content\/assets\/*",
                "inject-content\/assets\/styles\/*",
                "chunks\/*",
                "offscreen.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}