Skip to content

Releases: cpoppema/pass-browser-chrome

Ranked search results

21 Aug 18:48
Compare
Choose a tag to compare
Ranked search results Pre-release
Pre-release

With a vault growing by the day and website updating their login domains, searching can be very helpful! Today a release that makes use of https://github.com/kentcdodds/match-sorter to sort the search results based on their rank :)

OTP/2FA token support

25 Jun 17:48
Compare
Choose a tag to compare
OTP/2FA token support Pre-release
Pre-release

There are a number of password managers that can generate 2FA tokens in the plugin for you. Time to do the same. With newer versions of pass (>= 1.7.0) you can install this plugin to add support for "One-Time Password" (OTP) secrets. It can even import it from a QR-code image.

If you add OTP-codes to secrets with an identical name, but with an -otp suffix, this plugin picks up on it and allows you to fill in/copy/show the OTP token. Here's an example of how it would look like in pass:

 $    tree ~/.password-store | sed 's/├/\+/g; s/─/-/g; s/└/\\/g'
/home/me/.password-store
+-- github.com
    +-- rcaldwell.gpg
    \-- rcaldwell-otp.gpg

Better form support

13 Jun 18:55
Compare
Choose a tag to compare
Better form support Pre-release
Pre-release

Another small change towards better form support. With this change you no longer have trouble filling forms like docker hub or the firefox accounts page. These pages listen for keyboard events and only enable the login button once input has been detected and this didn't work correctly before.

Unable to copy your public key

14 Nov 19:01
Compare
Choose a tag to compare
Pre-release

With a recent version of Chrome you can no longer copy the public key from the options screen. This is because it's a disabled input. For this reason I changed it to a readonly input for the firefox extension. This was easy to fix since I had to do the same thing when getting it to work for Firefox.

Commit in the Firefox repo: cpoppema/pass-browser-firefox@550eafe

Minor update to enhance form filling

21 Jul 20:13
Compare
Choose a tag to compare
Pre-release

With this update some event listeners attached to parent elements of the username and password input are finally triggered! I know, it's not that exciting but it makes it just a little bit easier if you were having trouble before with a particular form!

Fifth release!

29 Jun 17:07
Compare
Choose a tag to compare
Fifth release! Pre-release
Pre-release

I've been using this plugin a lot and enjoying it as well! Here are two changes to make it even better:

  • IP addresses and hostnames are finally matched as well, meaning your super secret admin password for your router will now show up in the top!
  • The secrets in the top of the list, the ones separated from the others because they match the current (sub)domain, ip or hostname will remain visible, whether they match the current search query or not.

Remembering your passphrase

24 Mar 17:44
Compare
Choose a tag to compare
Pre-release

With this release you can choose how long your passphrase should be remembered or not at all if you don't want to. If you have a long and secure passphrase you may find it tedious to type it in every time you need a password when you know your computer has not been at risk at all in the meantime. So let this plugin remember your passphrase for a short time and let it automatically forget it when you close your browser or you log out manually.

Filling in forms!

15 Mar 20:22
Compare
Choose a tag to compare
Filling in forms! Pre-release
Pre-release

Fill forms with a single click from the popup! This should work for most websites.

This plugin takes into account what input field you had your cursor in at the time of opening this plugin's popup. This helps with websites that build their forms in a weird way or for filling in your current username or password in a password reset form.

During development I've tested almost a hundred website forms. Some sites I know that do not work with this feature are:

  • websites in general that display forms in an iframe (e.g. paypal payment windows, twitch, ubisoft)
  • websites based on discourse [1][2]
  • https://hub.docker.com/ [1][2]

[1] Issue: unable to submit the form after filling username and password.
[2] Issues/topics were already created by others that also experience trouble with other password managers.

Decrypt /secrets/ response from server v0.2.0

11 Mar 19:12
Compare
Choose a tag to compare
Release 0.2.0

First release of pass-browser-chrome

28 Feb 16:51
Compare
Choose a tag to compare
Pre-release
v0.1.0

Release 0.1.0