Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Readme.md - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36b3bc745427be0998291f5772859b91ca0cd770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
This WebExtension is the official client for the [Passwords app for Nextcloud](https://github.com/marius-wieschollek/passwords) for Firefox and Chromium based browsers.

### Features
* Password suggestion
* Search passwords
* Browse passwords and folders
* Create and update passwords
* Multiple Accounts
* End-to-End Encryption
* Two factor authentication
* Themes

### Downloads
* [Firefox Extension](https://addons.mozilla.org/de/firefox/addon/nextcloud-passwords/)
* [Chrome Extension](https://chrome.google.com/webstore/detail/nextcloud-passwords/mhajlicjhgoofheldnmollgbgjheenbi)
* [Firefox Extension Development Build](https://git.mdns.eu/nextcloud/passwords-webextension/-/jobs/artifacts/testing/browse/dist/firefox-extension?job=Publish+Nightly+Firefox)
* [Chrome Extension Development Build](https://chrome.google.com/webstore/detail/aipncmjoigmhooiiclcailmhiopachih)

## Support
* [Official Chat](https://t.me/nc_passwords)
* [Official Forum](https://help.nextcloud.com/c/apps/passwords)
* [User Handbook](https://git.mdns.eu/nextcloud/passwords-webextension/wikis/home)
* [Bug Tracker](https://github.com/marius-wieschollek/passwords-webextension/issues)

#### Passwords always at hand
Click the passwords icon to select all accounts you have for the current site.
Let the extension fill out and submit the login form for you or copy the password or the username to your clipboard easily.
If the extension did not find the right password, you  can use our powerful search to find it.
Or just navigate the browsers you crated in the app to look trough your passwords easily.

#### Keep your passwords up-to-date
The extension will automatically collect new and updated passwords.
You can edit the password before it's saved to the database.

#### Firefox for Android
The client for Nextcloud Passwords is optimized for mobile devices and also works with Firefox for Android.

### Requirements
This extension requires a server on which Nextcloud with the Passwords App is installed.
Nextcloud can be downloaded for free from the [Nextcloud website](https://nextcloud.com/).
The Passwords App can be downloaded for free from the [Nextcloud app store](https://apps.nextcloud.com/apps/passwords).

### Development
See [contributing](Contributing.md).

##### Notes for AMO reviewers
1. This extension uses Vue.js and webpack
2. This extension requires a Nextcloud 17+ server with Passwords 2020.2.0+
3. This extension and all required software is available for free
4. See [contributing](Contributing.md).