2016-04-03

Google Account Chooser

Do you use Google Account Authentication?  Then you have seen this window a few times I would guess:
Having to select the correct account every single time is tedious and and that is the reason I created  a Chrome Extension that remembers your choice and automatically selects the right account for this domain (my use case I always use the same account for the same domain).
Install the Chrome Extension - Google Account Chooser for yourself and try it out.  The source code is all Open Source under MIT license and information along with Frequently Asked Questions can be found on the Project Home Page.

  1. You just install the extension from here: Google Account Chooser
  2. Log into a Google Account Authentication enabled site and see the icon light up with blue.
  3. Click the Icon for Options (disable for site, unselect account.
The extension does not store any credentials just the email address and domain and only has access to the account selection page.  It uses Chrome Sync so stores this across your computers if you have that enabled.  Read the source code if you want to be sure! 


Hope you find this useful!

No comments:

Backup your PostgreSQL database on Kubernetes

I did not find any out of the box solution so I created my own.  Please see the Github Readme page for more information: postgresql-backup-s...