Kee - Password Manager

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

O que é Kee - Password Manager?

Kee - Password Manager é uma extensão do Chrome desenvolvida por https://kee.pm, e sua principal característica é "Kee adds private, secure and easy password management features which save time and keep your private data more secure.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Kee - Password Manager

Baixe arquivos de extensão Kee - Password Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Kee - Password Manager Kee - Password Manager
ID mmhlniccooihdimnnjhamobppdhaolme
URL Oficial https://chromewebstore.google.com/detail/kee-password-manager/mmhlniccooihdimnnjhamobppdhaolme
Descrição Kee adds private, secure and easy password management features which save time and keep your private data more secure.
Tamanho do Arquivo 1.47 MB
Contagem de Instalações 56,149
Versão Atual 3.11.13
Última Atualização 2023-10-20
Data de Publicação 2019-05-16
Classificação 4.50/5 Total de 86 Avaliações
Desenvolvedor https://kee.pm
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.kee.pm
URL da Página de Ajuda https://forum.kee.pm/t/help-and-support/24
URL da Página de Política de Privacidade https://www.kee.pm/extension-privacy
Idiomas Suportados 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__"
        }
    }
}