Kee - Password Manager

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

Qu'est-ce que Kee - Password Manager ?

Kee - Password Manager est une extension Chrome développée par https://kee.pm, et sa fonction principale est "Kee adds private, secure and easy password management features which save time and keep your private data more secure.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kee - Password Manager

Téléchargez les fichiers d'extension Kee - Password Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Kee - Password Manager Kee - Password Manager
ID mmhlniccooihdimnnjhamobppdhaolme
URL Officiel https://chromewebstore.google.com/detail/kee-password-manager/mmhlniccooihdimnnjhamobppdhaolme
Description Kee adds private, secure and easy password management features which save time and keep your private data more secure.
Taille du Fichier 1.47 MB
Nombre d'Installations 56,149
Version Actuelle 3.11.13
Dernière Mise à Jour 2023-10-20
Date de Publication 2019-05-16
Évaluation 4.50/5 Total 86 Évaluations
Développeur https://kee.pm
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.kee.pm
URL de la Page d'Aide https://forum.kee.pm/t/help-and-support/24
URL de la Page de Politique de Confidentialité https://www.kee.pm/extension-privacy
Langues Prises en Charge 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__"
        }
    }
}