Mindpass Password Manager

Next Generation Password Management

Mindpass Password Manager क्या है?

Mindpass Password Manager https://mindpass.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Next Generation Password Management"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mindpass Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}