vaultPass icon indicating copy to clipboard operation
vaultPass copied to clipboard

Create credentials with Extension

Open phmazzoni opened this issue 4 years ago • 4 comments

Hi!

I really liked it, thanks! But it is possibile to Create credentials with Extension? Even with the wright policies I can't.

Thanks in advance!

phmazzoni avatar Jul 27 '21 19:07 phmazzoni

Glad you like it! At this point VaultPass is only able to display Login information and fill it out on the homepages. Adding Logins to Vault is currently not possible with the Extension.

I always tried to keep the code simple so that contributors would have an easy way to add features, but also so that people could have an easy way to verify the security of the application. If you would like to add a feature, please submit a PR and I'll try my luck updating the app in the Firefox and Google stores.

mulbc avatar Jul 27 '21 20:07 mulbc

Thanks for the quick reply! Another issue is about credentials for other apps, like ssh, since it only shows the matching credentials, it is difficult to use like that. Maybe add folders or tag navigation? What do you think? Thanks, Pedro

phmazzoni avatar Jul 27 '21 20:07 phmazzoni

Maybe a search box after the found Credentials? So the user can found them? This will enable not matching website and other apps credentials. I am willing to contribute, but I don't know how to do it with extension and pack them for browsers. Could you please point me out where to start? Thanks!

PS: LMGFY accepted. 👍

phmazzoni avatar Jul 27 '21 20:07 phmazzoni

All the code is in the *.js files in the root level of the repo. For example have a look in this file: https://github.com/mulbc/vaultPass/blob/master/popup.js

To develop and test the app you don't need to package and upload it anywhere, you can just go to your Chrome Extensions ("Manage Extensions") and click the "Load unpacked" button to locate this repo. That will add the Extension the way it is present on your disk for developing and debugging.

mulbc avatar Jul 28 '21 11:07 mulbc