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
官方網址 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__"
        }
    }
}