miyoyo / syspass-browser

Browser extension to fetch passwords from sysPass automatically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sysPass-Browser

Browser extension for sysPass.

Based on the KeePassXC Team's KeePassXC-Browser extension.

Itself based on pfn's chromeIPass.

Some changes merged also from smorks' KeePassHttp-Connector.

Download and use

You can download the extension for Mozilla Firefox and Google Chrome.

See "Development and Testing" for build instructions.

To use it, you will need to create an API key on sysPass:

  • Log into sysPass with an account that has the "API Authorizations" permissions
  • Select "Users and accesses" in the top right
  • Select the "API Authorizations" tab
  • Click the "+" Button
    • Create two authorizations per user, one with "Search for Accounts" and another with "View Password" actions.
    • Use the same password for both of the Authorizations.
  • Click on the eye next to one of the authorizations of the concerned user to see the API Key.
  • Click on the sysPass extension, and, in the popup, click "Settings"
  • Go into the "Connected Databases" and
    • Fill sysPass URL with the URL you can use to access the API, for example, "https://syspass.lan/api.php"
    • Fill the API key with the one you copied in the above steps
    • Fill the API key password with the one used in the creation of both authorizations
  • Click connect, if there are no issues joining sysPass, the extension should now work.

Requested permissions

KeePassXC-Browser extension requests the following permissions:

Name Reason
activeTab To get URL of the current tab
contextMenus To show context menu items
clipboardWrite Allows password to be copied from password generator to clipboard
notifications To show browser notifications
storage For storing extension settings to localStorage
tabs To request tab URL's and other info
webNavigation To show browser notifications on install or update
webRequest For handling HTTP Basic Auth
webRequestBlocking For handling HTTP Basic Auth
http://*/* To allow using KeePassXC-Browser on all websites
https://*/* To allow using KeePassXC-Browser on all websites

Translations

This project is currently only available in English.

Development and testing

See KeePassXC's wiki. Skip the steps about translations.

About

Browser extension to fetch passwords from sysPass automatically.

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.8%Language:HTML 17.8%Language:CSS 7.4%