cpass - pass gui for chrome
The extension enables quick access to passwords managed by pass
that are stored under web/
prefix. For now, only Mac OS X is supported, but the code should be fairly easy to port.
-
Grant cpass chrome extension access to the cpass.py native application:
$ ./host/install.sh
-
Install chrome extension:
- Open chrome extensions page chrome://extensions/.
- Click "Load unpacked extension...".
- Select cpass folder (the one which contains manifest.json file).
-
Update the source tree:
$ git pull
-
Refresh the extension in chrome:
- Open chrome extensions page chrome://extensions/.
- Find cpass extension and click
Reload
link near it.
- Click on the lock icon on the chrome toolbar.
- Enter the passname (the extension will pre-fill it with the current domain name).
- Click either "Get password" or "Generate password" button (depending on whether the passname exists or not).
- The extension will instruct
pass
to copy the password to clipboard for 45 seconds and will show corresponding timer.