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
In sysPass go to User and Accesses -> Api Authorizations
and add permissions for
- "Search for Accounts"
- "View 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.
Clone repository:
git clone [email protected]: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