Kee - Password Manager

Kee adds private, secure and easy password management features which save time and keep your private data more secure.

Was ist Kee - Password Manager?

Kee - Password Manager ist eine Chrome-Erweiterung, die von https://kee.pm entwickelt wurde, und ihr Hauptmerkmal ist "Kee adds private, secure and easy password management features which save time and keep your private data more secure.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Kee - Password Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kee - Password Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Save time, sign in easily to websites and avoid the hassle of forgotten password resets.

Protect yourself and people you know from the nightmare of your accounts being hacked.

➤ Secure and automatic sign in to all your favourite websites
➤ Protect your personal and financial data by letting Kee create and remember high security passwords for you
➤ Your passwords stay under your control, protected by the most popular and thoroughly tested open source secure password storage system
➤ Open source with no adverts

★ No payment required

Kee offers an easy and cheap password management solution via the Kee Vault service. This is available for a free trial period with no credit card required. If you decide that's not for you, the add-on can instead work with the free KeePass Password Safe 2 software and we offer step by step instructions for how to install and configure that to work on your Windows machine (and it can also be made to work on Mac and Linux with a bit more effort, with multiple guides existing to help in that endeavour)

★ Who we are

Kee has been the most highly rated Mozilla Firefox password management extension for nearly 10 years! We have recently changed our icon to coincide with the launch of the Chrome version of the extension and the announcement of the Kee Vault password manager service.

You can look forward to even more improvements this year and join the discussion on the community forum at https://forum.kee.pm/ to let us know what features you'd most like to see developed next.

★ Having trouble?

If you would like to try Kee and it is not working for you, please use the help resources at https://forum.kee.pm/t/help-and-support/24 since requests for support within review comments will remain un-noticed for a year or longer.

You should pay particular attention to the full detailed installation instructions at https://forum.kee.pm/t/installing-kee-instructions/23, the getting started tutorial at https://tutorial-addon.kee.pm/ and any advice at the top of that page.

★ Permissions

Kee needs a variety of permissions to deliver it's functionality to you. We maintain a page that details these permissions and why we require them at https://www.kee.pm/extension-permissions/.

The built-in Chrome password manager will no longer prompt you to save passwords after you install this add-on. Any existing data will not be affected but you are strongly advised to delete any stored passwords from your Chrome password store in order to increase the security of your personal data and to avoid possible confusion in future.                    

Grundlegende Informationen zur Erweiterung

Name Kee - Password Manager Kee - Password Manager
ID mmhlniccooihdimnnjhamobppdhaolme
Offizielle URL https://chromewebstore.google.com/detail/kee-password-manager/mmhlniccooihdimnnjhamobppdhaolme
Beschreibung Kee adds private, secure and easy password management features which save time and keep your private data more secure.
Dateigröße 1.47 MB
Installationsanzahl 56,149
Aktuelle Version 3.11.13
Letztes Update 2023-10-20
Veröffentlichungsdatum 2019-05-16
Bewertung 4.50/5 Insgesamt 86 Bewertungen
Entwickler https://kee.pm
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.kee.pm
Hilfeseite URL https://forum.kee.pm/t/help-and-support/24
URL der Datenschutzrichtlinien-Seite https://www.kee.pm/extension-privacy
Unterstützte Sprachen de,en,fr,tr,it,pl,pt-BR,pt-PT,sk,fi,cs,ru,uk,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kee - Password Manager",
    "version": "3.11.13",
    "description": "Kee adds private, secure and easy password management features which save time and keep your private data more secure.",
    "default_locale": "en",
    "version_name": "3.11.13",
    "author": "Kee Vault Ltd",
    "background": {
        "page": ".\/dist\/background\/index.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "exclude_globs": [
                "https:\/\/app-dev.kee.pm:8087\/*",
                "https:\/\/app-beta.kee.pm\/*",
                "https:\/\/app.kee.pm\/*",
                "https:\/\/keevault.pm\/*"
            ],
            "js": [
                ".\/dist\/page\/index.global.js"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "matches": [
                ""
            ],
            "include_globs": [
                "https:\/\/app-dev.kee.pm:8087\/*",
                "https:\/\/app-beta.kee.pm\/*",
                "https:\/\/app.kee.pm\/*",
                "https:\/\/keevault.pm\/*"
            ],
            "js": [
                ".\/dist\/vault\/index.global.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": ".\/assets\/images\/16.png",
        "32": ".\/assets\/images\/32.png",
        "48": ".\/assets\/images\/48.png",
        "64": ".\/assets\/images\/64.png",
        "96": ".\/assets\/images\/96.png",
        "128": ".\/assets\/images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/assets\/images\/16.png",
            "32": ".\/assets\/images\/32.png",
            "48": ".\/assets\/images\/48.png",
            "64": ".\/assets\/images\/64.png"
        },
        "default_title": "Kee",
        "default_popup": ".\/dist\/popup\/index.html",
        "default_area": "navbar"
    },
    "options_ui": {
        "page": ".\/dist\/settings\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "clipboardWrite",
        "webNavigation",
        "activeTab",
        "privacy",
        "webRequestBlocking",
        "webRequest",
        "",
        "notifications",
        "unlimitedStorage",
        "idle"
    ],
    "web_accessible_resources": [
        "dist\/panels\/*"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+K"
            }
        },
        "primary-action": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            },
            "description": "__MSG_KB_shortcut_simple_2_desc__"
        },
        "generate-password": {
            "suggested_key": {
                "default": "Alt+Shift+G"
            },
            "description": "__MSG_Menu_Button_copyNewPasswordToClipboard_label__"
        },
        "detect-forms": {
            "suggested_key": {
                "default": "Alt+Shift+M"
            },
            "description": "__MSG_Menu_Button_fillCurrentDocument_label__"
        }
    }
}