Skip to content

ochorocho/syspass-addon

Repository files navigation

sysPass Firefox integration

Integrates sysPass password manager in Firefox/Chrome/Edge Chromium

Firefox: https://addons.mozilla.org/de/firefox/addon/syspass/

Chrome: https://chrome.google.com/webstore/detail/syspass/iekmmiiflmajnlogcmljnpeinnkicdhg?hl=de

Edge: https://microsoftedge.microsoft.com/addons/detail/abdcbcfgdjehfdbegndlkfjogdlenecl

syspass firefox integration

Configuration

In sysPass go to User and Accesses -> Api Authorizations and add permissions for

  • "Search for Accounts"
  • "View password"

⚠️ Both have to have the same password

In Firefox go to the Addons page (cmd+shift+A / about:addons) and edit sysPass Addon settings. Add URL (https required), API token and API password.

Development

Clone repository:

git clone git@github.com:ochorocho/syspass-addon.git
cd syspass-addon
yarn install

To use web-ext to run an instance of Firefox with the addon enabled run the following within the plugins directory:

yarn dev

Package addon:

yarn build