An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# AppIdLinker
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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:

![A screenshot of an entry before adding any IDs.](/Media/Before.png "Before adding any IDs.")

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

![A screenshot of an entry after adding a bunch of IDs.](/Media/After.png "After adding a bunch of IDs.")

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:

![A screenshot of the context (right-click) menu, showing two options provided by the plugin: Add and Remove IDs from selected entries.](/Media/ContextMenu.png "You can add or remove IDs from as many entries as you like whenever you want.")

## 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.