ChromeKeePass
Extension for automatically entering logins from KeePass
ChromeKeePassとは何ですか?
ChromeKeePassはhttps://chromekeepass.comによって開発されたChromeの拡張機能で、その主な機能は「Extension for automatically entering logins from KeePass」です。
拡張機能のスクリーンショット
ChromeKeePass拡張機能のCRXファイルをダウンロード
ChromeKeePass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | dphoaaiomekdhacmfoblfblmncpnbahm |
| 公式URL | https://chromewebstore.google.com/detail/chromekeepass/dphoaaiomekdhacmfoblfblmncpnbahm |
| 説明 | Extension for automatically entering logins from KeePass |
| ファイルサイズ | 541 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2024-01-14 |
| 公開日 | 2020-04-11 |
| 評価 | 3.92/5 合計 24 レビュー |
| 開発者 | https://chromekeepass.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/RoelVB/ChromeKeePass |
| ヘルプページのURL | https://github.com/RoelVB/ChromeKeePass/issues |
| プライバシーポリシーページのURL | https://github.com/RoelVB/ChromeKeePass/blob/master/Documents/Privacy.md |
| 対応言語 | 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": [
" | |