wie kann man Zugangsdaten & Passwörter exportieren oder drucken?
am kann zwar die Lesezeichen etc synchronisieren, jedoch die Passwörter nicht. Auch habe ich keine Möglichkeit gefunden, wie ich daraus eine Liste zum Druck erstelle oder einen Export zu generieren. Hat jemand eine Idee?
All Replies (4)
Here are some options:
Run code in Firefox's Browser Console
This will create a list either in the console (you can copy/paste) or in a new tab.
- CSV format: https://support.mozilla.org/questions/1253828
- JSON format: https://support.mozilla.org/questions/1077630#answer-834769
Use a third party program
I have not tested these myself:
Funktioniert leider nicht - Fehlermeldung: Problem reading or outputting logins: ReferenceError: Services is not defined debugger eval code:13:3
I'm sorry, I don't know why you are getting that error on your Firefox.
You are running the code in the Browser Console and not in the Web Console?