Kee - Password Manager

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

什么是Kee - Password Manager?

Kee - Password Manager是由https://kee.pm开发的Chrome扩展程序,该扩展的主要功能是“Kee adds private, secure and easy password management features which save time and keep your private data more secure.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Kee - Password Manager扩展crx文件

下载Kee - Password Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Kee - Password Manager Kee - Password Manager
ID mmhlniccooihdimnnjhamobppdhaolme
官方URL https://chromewebstore.google.com/detail/kee-password-manager/mmhlniccooihdimnnjhamobppdhaolme
简介 Kee adds private, secure and easy password management features which save time and keep your private data more secure.
文件大小 1.47 MB
安装次数 56,149
当前版本 3.11.13
更新时间 2023-10-20
上架时间 2019-05-16
评分 4.50/5 共86次评分
开发者 https://kee.pm
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.kee.pm
帮助页面URL https://forum.kee.pm/t/help-and-support/24
隐私政策页面URL https://www.kee.pm/extension-privacy
支持的语言 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__"
        }
    }
}