https://github.com/zedseven/appidlinker
A KeePass plugin for including Android app IDs in the description of entries based on their URLs. This increases the searchability of relevant password entries for Android apps like Keepass2Android.
https://github.com/zedseven/appidlinker
keepass keepass-plugin keepass-related keepass2 keepass2android
Last synced: 8 days ago
JSON representation
A KeePass plugin for including Android app IDs in the description of entries based on their URLs. This increases the searchability of relevant password entries for Android apps like Keepass2Android.
- Host: GitHub
- URL: https://github.com/zedseven/appidlinker
- Owner: zedseven
- License: mit
- Created: 2020-09-11T17:35:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T22:22:11.000Z (over 5 years ago)
- Last Synced: 2025-01-17T05:09:23.633Z (over 1 year ago)
- Topics: keepass, keepass-plugin, keepass-related, keepass2, keepass2android
- Language: C#
- Homepage:
- Size: 178 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AppIdLinker
[](https://opensource.org/licenses/MIT)
A KeePass plugin for including Android app IDs in the description of entries based on their URLs. This increases the searchability of relevant password entries for Android apps like Keepass2Android.
## Better Explanation
Every Android app has a package name (app ID), unique to itself.
Certain KeePass mobile apps, such as [Keepass2Android](https://github.com/PhilippC/keepass2android), automatically search for that app ID when looking for the password entry to use when signing into an app.
What this plugin does is automatically and unobtrusively add those IDs to the Notes section of any entries it knows the relevant app ID for, which allows Keepass2Android to find it directly so you don't have to search for it yourself.
## Example
Here's a normal password entry before running the plugin on it:

And here's after - note that this is an extreme number of IDs, because it's a Google account:

And if you decide you don't like or need the IDs on an entry anymore, the plugin offers an easy way to remove them as well:

## App IDs I Missed
I'm certain I've missed a bunch of common apps, but the database I compiled was made mostly from my own usage, so there was only so much I could do.
If you've found something I missed or want to add the IDs of apps you use, the database of package names is actually [it's own GitHub repository](https://github.com/zedseven/android-application-id-url-db), and you can find more details about contributing [over there](https://github.com/zedseven/android-application-id-url-db/blob/master/CONTRIBUTING.md). I'd be happy to take any suggestions.
If you have any suggestions about the plugin itself or if you find any problems, please [open an issue](https://github.com/zedseven/AppIdLinker/issues/new/choose) so I can get them fixed.