WebExtension.net
WebExtension.net

KeePassHelper Password Manager

View on Chrome Web Store
View KeePassHelper Password Manager Chrome Extension on Chrome Web Store
4.0 (77 ratings)

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

Helper extension for KeePass to find and insert credentials, generate passwords, or save new logins without manual copy and paste
Type
Extension
Users
40,000 users
unixeco
View author page of unixeco
Published
Published on January 14, 2017
Version 0.8.2
Manifest version
3
Updated
Updated on September 24, 2024
View on Chrome Web Store
View KeePassHelper Password Manager Chrome Extension on Chrome Web Store
make_chrome_yours/privacy
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.8.2",
    "name": "KeePassHelper Password Manager",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "optional_permissions": [
        "nativeMessaging"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "\/data\/cmd\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/keepass-helper.html",
    "options_ui": {
        "page": "\/data\/options\/index.html",
        "open_in_tab": true
    },
    "commands": {
        "_execute_action": [],
        "open-embedded": {
            "description": "Open credentials in the embedded mode (useful for popup windows) (does not yet work in Firefox browser)"
        },
        "generate-password": {
            "description": "Generate a Random Password"
        },
        "save-form": {
            "description": "Save a new Login Form in KeePass"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/cmd\/index.html",
                "\/data\/save\/index.html",
                "\/data\/safe\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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