Keeper® Password Manager & Digital Vault

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

Keeper® Password Manager & Digital Vault란 무엇입니까?

Keeper® Password Manager & Digital Vault은(는) https://keepersecurity.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Keeper® Password Manager & Digital Vault 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Keeper® Password Manager & Digital Vault Keeper® Password Manager & Digital Vault
ID bfogiafebfohielmmehodmfbbebbbpei
공식 URL https://chromewebstore.google.com/detail/keeper%C2%AE-password-manager/bfogiafebfohielmmehodmfbbebbbpei
설명 Generate strong passwords, autofill and protect your confidential info with zero-knowledge encryption.
파일 크기 17.01 MB
설치 횟수 1,343,253
현재 버전 16.7.6
최근 업데이트 2024-01-31
출시 날짜 2020-06-02
평점 4.77/5 총 8244 개의 평점
개발자 https://keepersecurity.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://keepersecurity.com/
도움말 페이지 URL https://keepersecurity.com/support
개인정보 보호 정책 페이지 URL https://keepersecurity.com/privacy
지원되는 언어 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\/*"
        ]
    }
}