WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Kee - Password Manager

Kee - Password Manager

View on Chrome Web Store
View Kee - Password Manager Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (91 ratings)
1 new ratings
11 views
This extension has been viewed 11 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Kee adds private, secure and easy password management features which save time and keep your private data more secure.
Type
Extension
Users
60,000 users
10K
Website kee.pm
Kee Vault Ltd
View author page of Kee Vault Ltd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 2, 2017
Version 4.0.6
Manifest version
3
Updated
Updated on June 17, 2024
make_chrome_yours/privacy
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Kee - Password Manager Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Kee - Password Manager",
    "version": "4.0.6",
    "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": "4.0.6",
    "background": {
        "service_worker": ".\/dist\/background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "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": [
                "<all_urls>"
            ],
            "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"
    },
    "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"
    },
    "options_ui": {
        "page": ".\/dist\/settings\/index.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "tabs",
        "contextMenus",
        "storage",
        "clipboardWrite",
        "webNavigation",
        "activeTab",
        "privacy",
        "webRequestAuthProvider",
        "webRequest",
        "notifications",
        "unlimitedStorage",
        "idle",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "lib\/linkContentScriptToKeeVaultWebsite.js"
            ],
            "matches": [
                "*:\/\/*.kee.pm\/*",
                "*:\/\/*.keevault.pm\/*"
            ]
        },
        {
            "resources": [
                "dist\/panels\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'"
    },
    "commands": {
        "_execute_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__"
        }
    },
    "minimum_chrome_version": "123"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top