Webextension for the Passman Nextcloud app. Also offers browser extension & Android app.
Перейти к файлу
brantje 7212378a46
Code style fixes
2017-02-21 21:07:53 +01:00
css Fix scrollbar 2017-02-21 16:15:00 +01:00
fonts Clean up 2017-02-10 10:17:18 +01:00
html Fix font-awesome 2017-02-21 18:35:32 +01:00
icons Initial release 2017-02-09 17:19:48 +01:00
js Code style fixes 2017-02-21 21:07:53 +01:00
style Fix scrollbar 2017-02-21 16:15:00 +01:00
.gitignore Add jshint 2017-02-21 18:59:14 +01:00
.jshintignore Add jshint 2017-02-21 18:59:14 +01:00
.jshintrc Add jshint 2017-02-21 18:59:14 +01:00
.scrutinizer.yml Remove empty code block 2017-02-21 19:11:50 +01:00
.travis.yml Add travis 2017-02-21 19:01:48 +01:00
Gruntfile.js Wake up travis... 2017-02-21 19:04:41 +01:00
ISSUE_TEMPLATE.md Add issue template 2017-02-09 17:26:27 +01:00
contributing.md Add contributing file 2017-02-09 17:21:41 +01:00
manifest.json Implement HTTP basic auth. Fixes #10 2017-02-21 20:38:30 +01:00
package.json Add jshint 2017-02-21 18:59:14 +01:00
readme.md Add badges to readme 2017-02-21 19:20:13 +01:00

readme.md

#Passman Webextension

Build Status Codacy Badge Scrutinizer Code Quality

Tested on:

  • Chrome
  • Firefox
  • Safari

This extension aims to provide you with your passwords in your browser.
The passwords will be provided by passman.
Features

  • List accounts for the current site
  • Detect new logins and save them to passman
  • Update existing logins in passman
  • Build-in OTP generator

Make sure the credential has an url set, otherwise the extension won't be able to find accounts.

If you want to use this extension as a base for your own extension, please do so =).