Keeper® Password Manager & Digital Vault

Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.

What is Keeper® Password Manager & Digital Vault?

Keeper® Password Manager & Digital Vault is a Chrome extension developed by https://keepersecurity.com, and its main feature is "Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Keeper® Password Manager & Digital Vault Extension CRX File

Download Keeper® Password Manager & Digital Vault extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Generate strong passwords, manage passkeys, autofill & protect your confidential info with zero-knowledge encryption.

Keeper is the most secure way to store your passwords, passkeys and private information, protect yourself against credential-related cyberthreats, and be more productive online.

• Automatically generate strong, unique passwords and store them in an encrypted digital vault.
• Automatically fill your stored credentials on all of your websites and apps.
• Save, manage and fill your FIDO2 passkeys
• Store and autofill your two-factor authentication (2FA) codes, too! Supports TOTP, SMS, WebAuthn and more.
• Access your secure digital vault, and sync and manage your data, on all of your devices.
• Store more than just passwords. Use your Keeper vault for confidential files, photos, videos, payment card and bank information, and other sensitive data.
• Securely share passwords, other data, and files with family, friends, and colleagues.
• Dark Web monitoring notifies you if an account is breached.
• Organize your data with nested folders, subfolders, and shared folders.
• Switch easily between multiple Keeper accounts, like business and personal.

World-Class Security

Keeper is built on a zero-knowledge and zero-trust security architecture, so all of your data is fully encrypted and only accessible by you.

• Certified SOC 2 and ISO 27001
• Data is encrypted with AES-256-bit and Elliptic Curve
• FedRAMP and StateRAMP Authorized

Learn more about our security at: https://keepersecurity.com/security                    

Extension Basic Information

Name Keeper® Password Manager & Digital Vault Keeper® Password Manager & Digital Vault
ID bfogiafebfohielmmehodmfbbebbbpei
Official URL https://chromewebstore.google.com/detail/keeper%C2%AE-password-manager/bfogiafebfohielmmehodmfbbebbbpei
Description Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.
File Size 17.01 MB
Installation Count 1,343,253
Current Version 16.7.6
Last Updated 2024-01-31
Publish Date 2020-06-02
Rating 4.77/5 Total 8244 Ratings
Developer https://keepersecurity.com
Email [email protected]
Payment Type free
Extension Website https://keepersecurity.com/
Help Page URL https://keepersecurity.com/support
Privacy Policy Page URL https://keepersecurity.com/privacy
Supported Languages de,en-GB,en-US,fr,nl,es,it,pl,pt-BR,ro,sk,el,ru,iw,ar,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_artwork_appname__",
    "description": "__MSG_be_header_store_text__",
    "homepage_url": "https:\/\/keepersecurity.com",
    "default_locale": "en_US",
    "manifest_version": 2,
    "version": "16.7.6",
    "author": "Keeper Security, Inc.",
    "version_name": "16.7.6",
    "permissions": [
        "contextMenus",
        "tabs",
        "alarms",
        "idle",
        "storage",
        "browsingData",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+K",
                "mac": "Command+Shift+K",
                "chromeos": "Alt+K",
                "linux": "Alt+K"
            }
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content_scripts\/sso.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content_scripts\/webauthn\/runOverride.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/keepersecurity.com\/vault\/*",
                "https:\/\/keepersecurity.eu\/vault\/*",
                "https:\/\/keepersecurity.com.au\/vault\/*",
                "https:\/\/keepersecurity.ca\/vault\/*",
                "https:\/\/keepersecurity.jp\/vault\/*",
                "https:\/\/govcloud.keepersecurity.us\/vault\/*",
                "https:\/\/keepersecurity.com\/*console\/*",
                "https:\/\/keepersecurity.eu\/*console\/*",
                "https:\/\/keepersecurity.com.au\/*console\/*",
                "https:\/\/keepersecurity.ca\/*console\/*",
                "https:\/\/keepersecurity.jp\/*console\/*",
                "https:\/\/govcloud.keepersecurity.us\/*console\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16-inactive.png",
            "19": "icons\/19-inactive.png",
            "32": "icons\/32-inactive.png",
            "48": "icons\/48-inactive.png",
            "128": "icons\/128-inactive.png"
        },
        "default_title": "Keeper",
        "default_popup": "browser_action\/browser_action.html"
    },
    "content_security_policy": "default-src 'self'; script-src 'self'; object-src 'none'; connect-src 'self' *; img-src 'self' https: data:; style-src 'self' 'unsafe-inline'; ",
    "icons": {
        "16": "icons\/16x16_black.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "options_ui": {
        "page": "javascript\/optionsPage\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "content_scripts\/debugPage\/debug.html",
        "content_scripts\/postInstallInstructions\/install.html",
        "content_scripts\/postInstallInstructions\/install.css",
        "content_scripts\/prompt\/prompt.html",
        "content_scripts\/contextMenuConfirmation\/contextMenuConfirmation.html",
        "content_scripts\/custom_elements\/*",
        "content_scripts\/custom_elements\/react\/iframe\/*.jsx",
        "content_scripts\/custom_elements\/react\/app\/*.jsx",
        "content_scripts\/custom_elements\/react\/extension.html",
        "content_scripts\/hover_data\/hover_data.html",
        "content_scripts\/confirm\/confirm.js",
        "content_scripts\/*.js",
        "worker\/*.js",
        "extension_loaded.json"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/keepersecurity.com\/vault\/*",
            "https:\/\/keepersecurity.eu\/vault\/*",
            "https:\/\/keepersecurity.com.au\/vault\/*",
            "https:\/\/keepersecurity.ca\/vault\/*",
            "https:\/\/keepersecurity.jp\/vault\/*",
            "https:\/\/govcloud.keepersecurity.us\/vault\/*"
        ]
    }
}