Specify that Firefox must be closed during the whole process, as it modifies its database.
- Export to CSV
- Import from CSV compatible with Google Chrome
+
+> Note: Firefox must be closed during the whole process, as these actions change its database.
+
## Export to CSV
``` bash
### Import in Firefox
+1. Stop Firefox
+2. Import into Firefox:
``` bash
ffpass import --from passwords.csv
```
### Export from Firefox
+1. Stop Firefox
+2. Export from Firefox:
``` bash
ffpass export --to passwords.csv
```