Keeper® Password Manager & Digital Vault

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

Qu'est-ce que Keeper® Password Manager & Digital Vault ?

Keeper® Password Manager & Digital Vault est une extension Chrome développée par https://keepersecurity.com, et sa fonction principale est "Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Keeper® Password Manager & Digital Vault

Téléchargez les fichiers d'extension Keeper® Password Manager & Digital Vault au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Keeper® Password Manager & Digital Vault Keeper® Password Manager & Digital Vault
ID bfogiafebfohielmmehodmfbbebbbpei
URL Officiel 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.
Taille du Fichier 17.01 MB
Nombre d'Installations 1,343,253
Version Actuelle 16.7.6
Dernière Mise à Jour 2024-01-31
Date de Publication 2020-06-02
Évaluation 4.77/5 Total 8244 Évaluations
Développeur https://keepersecurity.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://keepersecurity.com/
URL de la Page d'Aide https://keepersecurity.com/support
URL de la Page de Politique de Confidentialité https://keepersecurity.com/privacy
Langues Prises en Charge 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\/*"
        ]
    }
}