Mindpass Password Manager

Next Generation Password Management

Mindpass Password Manager란 무엇입니까?

Mindpass Password Manager은(는) https://mindpass.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Next Generation Password Management"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Mindpass Password Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        PASSWORD MANAGEMENT FOR HUMANS™

Mindpass makes managing your passwords simple, easy and secure by using the power of the Mindpass 3D environment. No more complex master key memorization. No passwords, ever!

Simply select 4 objects in the secure Mindpass environment and we'll do the rest. 

Mindpass is free to use with up to 10 passwords on all your devices.

We offer thousands of times the security of passwords and other password managers by harnessing your brain’s extraordinary capacity for complex spatial memory, making superior password security as intuitive as navigating your own home. Simply follow the prompts to get set up and experience a world without passwords.

Mindpass is fully cross platform with easy to use apps on iOS, Android and Chrome. Native autofill, importing, and exporting is supported on all platforms!

Easy set up:
1. Install the app from the chrome store.
2. Click the app and follow the prompts to create your first Mindpass.

That's it. You're done!

Welcome to Mindpass. Let's end the password and make the internet a safe and accessible experience for everyone.                    

확장 프로그램 기본 정보

이름 Mindpass Password Manager Mindpass Password Manager
ID oiigcbaejmepgehbhofoagnjbbpgajce
공식 URL https://chromewebstore.google.com/detail/mindpass-password-manager/oiigcbaejmepgehbhofoagnjbbpgajce
설명 Next Generation Password Management
파일 크기 48.49 MB
설치 횟수 43
현재 버전 1.1.1.9
최근 업데이트 2022-08-28
출시 날짜 2021-10-08
평점 5.00/5 총 1 개의 평점
개발자 https://mindpass.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mindpass.io/
도움말 페이지 URL https://www.mindpass.io/
개인정보 보호 정책 페이지 URL https://mindpass.io/Mindpass%20Privacy%20Policy%200.0.0.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mindpass Password Manager",
    "description": "Next Generation Password Management",
    "version": "1.1.1.9",
    "icons": {
        "16": "MP_Logo-Icon-16.png",
        "48": "MP_Logo-Icon-48.png",
        "128": "MP_Logo-Icon-128.png",
        "38": "icon38.png"
    },
    "browser_action": {
        "default_title": "Mindpass",
        "default_icon": {
            "38": "icon38.png"
        },
        "default_popup": "credentials.html"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "form_submits.js",
                "autofillcheck.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "frame.html"
    ],
    "permissions": [
        "",
        "tabs",
        "activeTab",
        "contextMenus",
        "cookies",
        "https:\/\/mindpass-33.firebaseapp.com\/",
        "downloads"
    ],
    "content_security_policy": "script-src 'self'  https:\/\/www.google-analytics.com\/  https:\/\/js.stripe.com\/v3\/  https:\/\/www.gstatic.com\/ blob: 'wasm-eval'",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaOOnlC4IRUSpC0ujNuHS35K2h38YWv3kwKPZL58\/l8QJZdsY9YxLIqIpGV8E9AN8EiUlu9nfLzsWIoE+dC++V5jwOApxs9Db3Lx9R+fPBVkwvWbbwq6TOYAFh9H31OgLHYn5DLgqlAUzQQgOT6Wfhr3DFEqPaWEjiQfY8522wNXzPnVbNH+w\/AY4fRCHCawDFFzx1kStHs3VqEQr7f5EkCkisX279AWsrJHJbJ6aqlKv3PcH\/0fC+kbzolESxoC4NbVTlJpZxy+B3+hOw69WDbu1pHmHN4da6aw+8rfjyvItmry3mG47YcBa7J94DyII2B\/+EGSe9vxlb+DRyoFLQIDAQAB"
}