A Chrome/Firefox extension that remembers which Google Account you used for specific services and highlights it during login.
A Chrome/Firefox extension that remembers which Google Account you used for specific services and highlights it during login.
When signing into third-party services through Google OAuth, AuthMemory:
- Detects which service you're logging into
- Remembers which Google account you used
- Highlights that account next time with a visual badge
No more guessing which account you used for Replit, Vercel, or any other service!
- Download the latest
auth-memory-chrome-v*.zipfrom releases - Extract the zip file
- Open
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked" and select the extracted folder
- Download the latest
auth-memory-firefox-v*.zipfrom releases - Open
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the zip file
# Install dependencies
npm install
# Build browser packages
npm run build
# Create a release (bump version, build, tag, and push)
npm run releaseThe extension runs on accounts.google.com and:
- Extracts the destination service from OAuth URL parameters
- Stores a mapping of
domain → emailwhen you select an account - Highlights the previously used account for that domain on future visits
MIT