MYKI Password Manager & Authenticator

MYKI Password Manager Browser Extension

Wat is MYKI Password Manager & Authenticator?

MYKI Password Manager & Authenticator is een Chrome-extensie ontwikkeld door https://myki.com, en de belangrijkste functie is "MYKI Password Manager Browser Extension".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MYKI Password Manager & Authenticator

Download MYKI Password Manager & Authenticator-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

                        MYKI is a Password Manager and 2FA Authenticator designed with privacy in mind. MYKI takes care of remembering your credentials, auto-filling them in the browser and logging you in with a click, generating unique and complex passwords for each of your accounts as well as handling your two-factor authentication tokens making it your own personal authentication hub.


With MYKI’s unique decentralized data storage you and only you own your digital identity. Your credentials and other sensitive information stay with you on all your devices. Additionally, MYKI does not require you to remember a master password. You can unlock your vault using biometric authentication using Android’s biometric authentication, Touch ID on iOS and MacOS as well as Windows Hello on Windows.


How Can MYKI Make Your Life Easier:
Automatically save and backup your login details
Sync your data across all of your devices via a relay server that does not store your data
Access your accounts on any device, available on all browsers, mobile devices and computers
Increase your productivity by auto-filling your credentials for you
Unlock your vault using biometrics


Two-Factor Authentication:
MYKI doubles as a full-fledged 2FA Authenticator app
Securely store and automatically backup your 2FAs
Auto-fill your 2FAs in the browser for a seamless experience on the web
Easily move your 2FAs to another device using secure backup files
Increase your security by setting up 2FA on your accounts
Securely Share 2FA with your friends and colleagues


Your Secure Vault:
Securely store credentials for all of your online accounts
Automatically fill login forms
Store Login Credentials, Payment Cards, Secure Notes, ID Cards, Membership cards and more
Create your own custom categories to securely store the information of your choice
Search for anything inside your Vault and keep things organized
Unlock your Vault with biometric authentication. No master password required.
Easily and securely share login information with others with MYKI’s secure account sharing feature


Access Anywhere:
Convenient access to your accounts on all your devices including any smartphone, tablet, desktop, laptop and even smartwatch


Stay Secure:
Generate secure passwords to replace your weak ones and when you sign up to new websites
Protect your online accounts with 2FAs and securely store them in your Vault
Track and change weak and reused credentials using the Security Dashboard
Never worry about leaving your computer unlocked, MYKI can log you out of your accounts remotely.


How Does MYKI Secure Your Data:
Your login credentials, secure notes, payment cards and any sensitive data you store in your Vault is protected through military grade encryption. Your data is encrypted at rest using AES 256 and everything is end-to-end encrypted while in transit. For more detailed information on how it works under the hood please visit our FAQ: https://myki.com/faq.

Not only is all of your data encrypted in your Vault, you are the sole owner of your data as it is not stored on our servers.
This “zero-knowledge”, “zero-trust”, decentralized model of data storage removes the risks associated with centralized cloud storage, keep your data away malicious actors
Automatically create backup files of your data that can only be decrypted by you


Privacy & Security:
MYKI is built with Privacy in mind. As such, all users are completely anonymous. In order to better improve and implement relevant features for our user base, we collect some behavioral analytics as part of our Anonymous Data program. Users can opt-out of that program at any time should they decide that they don’t want any data to reach us.
We may collect anonymized information which includes but is not limited to:

Account type (Personal or Enterprise), Device type and OS version
Your usage, which includes successful and unsuccessful login attempts, feature utilization and the number of items you have stored in your Vault.
We do not store any identifiable information such as your email address or your name.
We do not share any of the collected information with any third-parties

You can learn more about how MYKI protects your identity by visiting: https://myki.com/privacy


It’s time to take control of your digital identity, MYKI is free to use for personal use with no limitations. It is available on iOS, Android, MacOS, Windows and Linux as well as Chrome, Firefox, Safari, Opera and Microsoft Edge.


Get started now, download by visiting: https://myki.com/download
If you would like to use MYKI at work to share credentials and 2FA with your colleagues, get started at: https://myki.com/teams                    

Basisinformatie over de Extensie

Naam MYKI Password Manager & Authenticator MYKI Password Manager & Authenticator
ID bmikpgodpkclnkgmnpphehdgcimmided
Officiële URL https://chromewebstore.google.com/detail/myki-password-manager-aut/bmikpgodpkclnkgmnpphehdgcimmided
Beschrijving MYKI Password Manager Browser Extension
Bestandsgrootte 5.62 MB
Aantal Installaties 10,460
Huidige Versie 5.0.7
Laatst Bijgewerkt 2022-03-02
Publicatiedatum 2020-06-16
Beoordeling 3.95/5 Totaal 132 Beoordelingen
Ontwikkelaar https://myki.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://myki.com/download
URL van de Privacybeleid Pagina https://myki.co/privacy/privacy-notice
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MYKI Password Manager & Authenticator",
    "author": "Myki Inc.",
    "short_name": "MYKI",
    "description": "MYKI Password Manager Browser Extension",
    "version": "5.0.7",
    "icons": {
        "16": "images\/logo\/icon_16.png",
        "32": "images\/logo\/icon_32.png",
        "128": "images\/logo\/icon_128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "webNavigation",
        "tabs",
        "storage",
        "cookies",
        "notifications",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "nativeMessaging",
        "privacy"
    ],
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "images\/logo\/logo_icon.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "http:\/\/*\/*.xml",
                "https:\/\/*\/*.xml",
                "https:\/\/myki.co\/*",
                "https:\/\/myki.com\/*",
                "https:\/\/staging.myki.io\/*",
                "https:\/\/dev.myki.io\/*",
                "https:\/\/demo.myki.io\/*",
                "https:\/\/staging.myki.co\/*",
                "https:\/\/staging.myki.com\/*",
                "https:\/\/portal.myki.co\/*",
                "https:\/\/portal.myki.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "content\/content.min.js"
            ],
            "css": [
                "content\/content.min.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.myki.co\/*",
                "https:\/\/*.myki.com\/*",
                "https:\/\/*.myki.io\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.myki.co\/*.xml",
                "https:\/\/*.myki.com\/*.xml",
                "https:\/\/*.myki.io\/*.xml"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/portal.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "content\/myki_account_picker.html",
        "content\/myki_error_notification.html",
        "content\/myki_item_save_notification.html",
        "content\/myki_twoFactor_notification.html",
        "images\/logo\/icon_180.svg",
        "images\/logo\/logo_icon_grey_180.svg",
        "images\/exclamation.png",
        "images\/logo\/icon_38.png",
        "images\/logo\/logo_512.png",
        "images\/phone-outline.png",
        "images\/phone-icon.png",
        "images\/ring.svg",
        "images\/ring-white.svg",
        "images\/password-generator.png",
        "images\/credit_cards\/MasterCard.png",
        "images\/credit_cards\/Visa.png",
        "images\/credit_cards\/Amex.png",
        "images\/credit_cards\/Discover.png",
        "images\/credit_cards\/Other.png",
        "images\/close.png",
        "images\/company.png",
        "fonts\/RedHatDisplay-Black.otf",
        "fonts\/RedHatDisplay-BlackItalic.otf",
        "fonts\/RedHatDisplay-Bold.otf",
        "fonts\/RedHatDisplay-BoldItalic.otf",
        "fonts\/RedHatDisplay-Italic.otf",
        "fonts\/RedHatDisplay-Medium.otf",
        "fonts\/RedHatDisplay-MediumItalic.otf",
        "fonts\/RedHatDisplay-Regular.otf"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArWguDFu7OhHBexdGgDiFSLnjRLnEZYcZvYGg6BAI\/Kd\/yydkOeaSDceEkVrPhLGKosCboiAl4Rvn63KU4ZHbDqZ0fr5336IPlWV5QAzo2z1W+MjwuRKqVxm8O8AwYzIckNI558IXZlMKPWm0Q6bz8cOCrJyqeYhfdKuy5lz44OVcYbwBPbYwlyx0hLK+zsiEMFXfrqjy25MhE0XOX3nGsJ8OogJeln5qOVuhPz0QxOUgarn+HqZuA4C8uTDWYTQ2jVrqyvTiRd5YG9qCCWhZkDBHs+prhjk5ZGubA31sPjrmkCRKn4KTknAyCmBJZWCvQxkzf0mKD+CnPB2oErJ5bQIDAQAB",
    "incognito": "spanning"
}