BEEEP: Add importer for Keeper in json format (#1392)
* Updated instructions to export a csv file from Keeper * Add instructions to export a json file from Keeper * Bump jslib to include Keeper json importer * Revert change to README.md * Pull in jslib
This commit is contained in:
parent
1a219daa12
commit
d95db8fb74
|
@ -80,8 +80,14 @@
|
|||
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.
|
||||
Log into the Keeper web vault (keepersecurity.com/vault). Click on your "account email" (top
|
||||
right) and select "Settings". Go to "Export" and find the "Export to .csv File" option. Click
|
||||
"Export" to save the CSV file.
|
||||
</ng-container>
|
||||
<ng-container *ngIf="format === 'keeperjson'">
|
||||
Log into the Keeper web vault (keepersecurity.com/vault). Click on your "account email" (top
|
||||
right) and select "Settings". Go to "Export" and find the "Export to .json File" option. Click
|
||||
"Export" to save the JSON file.
|
||||
</ng-container>
|
||||
<ng-container
|
||||
*ngIf="format === 'chromecsv' || format === 'operacsv' || format === 'vivaldicsv'"
|
||||
|
|
Loading…
Reference in New Issue