Keeper® Password Manager & Digital Vault

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

Wat is Keeper® Password Manager & Digital Vault?

Keeper® Password Manager & Digital Vault is een Chrome-extensie ontwikkeld door https://keepersecurity.com, en de belangrijkste functie is "Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Keeper® Password Manager & Digital Vault

Download Keeper® Password Manager & Digital Vault-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Keeper® Password Manager & Digital Vault Keeper® Password Manager & Digital Vault
ID bfogiafebfohielmmehodmfbbebbbpei
Officiële URL https://chromewebstore.google.com/detail/keeper%C2%AE-password-manager/bfogiafebfohielmmehodmfbbebbbpei
Beschrijving Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.
Bestandsgrootte 17.01 MB
Aantal Installaties 1,343,253
Huidige Versie 16.7.6
Laatst Bijgewerkt 2024-01-31
Publicatiedatum 2020-06-02
Beoordeling 4.77/5 Totaal 8244 Beoordelingen
Ontwikkelaar https://keepersecurity.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://keepersecurity.com/
Help Pagina-URL https://keepersecurity.com/support
URL van de Privacybeleid Pagina https://keepersecurity.com/privacy
Ondersteunde Talen 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\/*"
        ]
    }
}