ChromeKeePass
Extension for automatically entering logins from KeePass
Hvad er ChromeKeePass?
ChromeKeePass er en Chrome-udvidelse udviklet af https://chromekeepass.com, og dens hovedfunktion er "Extension for automatically entering logins from KeePass".
Udvidelsesskærmbilleder
Download ChromeKeePass-udvidelses-CRX-fil
Download ChromeKeePass-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
NOTE: You need KeePassHttp to get a secure communication between KeePass and Chrome. Setup instructions can be found here: https://github.com/RoelVB/ChromeKeePass (or video instructions here: https://youtu.be/0cVEjYQXrHc) ChromeKeePass is an open source extension that will help you logging into websites using your logins from KeePass. The goal of this extension is to create a userfriendly KeePass integration. With an easily readable and understandable sourcecode. If you find any issues, please report them at: https://github.com/RoelVB/ChromeKeePass/issues
Grundlæggende oplysninger om udvidelsen
Navn | ChromeKeePass |
ID | dphoaaiomekdhacmfoblfblmncpnbahm |
Officiel URL | https://chromewebstore.google.com/detail/chromekeepass/dphoaaiomekdhacmfoblfblmncpnbahm |
Beskrivelse | Extension for automatically entering logins from KeePass |
Filstørrelse | 541 KB |
Antal Installationer | 10,000 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2024-01-14 |
Udgivelsesdato | 2020-04-11 |
Bedømmelse | 3.92/5 Samlet 24 Bedømmelser |
Udvikler | https://chromekeepass.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/RoelVB/ChromeKeePass |
Hjælpeside-URL | https://github.com/RoelVB/ChromeKeePass/issues |
URL til Fortrolighedspolitik Side | https://github.com/RoelVB/ChromeKeePass/blob/master/Documents/Privacy.md |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChromeKeePass", "description": "Extension for automatically entering logins from KeePass", "version": "2.0.0", "commands": { "redetect_fields": { "suggested_key": { "default": "Ctrl+Shift+Z", "mac": "Command+Shift+Z" }, "description": "Redetect credential fields" } }, "content_scripts": [ { "matches": [ " |