1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

kepper csv importer

This commit is contained in:
Kyle Spearrin
2018-07-11 17:43:35 -04:00
parent 2dc04fa041
commit 50aad69189
3 changed files with 8 additions and 1 deletions

View File

@@ -56,6 +56,10 @@
Using the Meldium web vault, navigate to "Settings". Locate the "Export data" function and click "Show me my data" to save
the CSV file.
</ng-container>
<ng-container *ngIf="format === 'keepercsv'">
Log into the Keeper web vault (keepersecurity.com/vault). Navigate to "Backup" (top right) and find the "Export to .csv File"
option. Click "Export Now" to save the CSV file.
</ng-container>
<ng-container *ngIf="format === 'chromecsv' || format === 'operacsv' || format === 'vivaldicsv'">
<span *ngIf="format !== 'chromecsv'">
The process is exactly the same as importing from Google Chrome.