1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

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:
Daniel James Smith
2022-01-27 21:51:56 +01:00
committed by GitHub
parent 1a219daa12
commit d95db8fb74

View File

@@ -80,8 +80,14 @@
click "Show me my data" to save the CSV file. click "Show me my data" to save the CSV file.
</ng-container> </ng-container>
<ng-container *ngIf="format === 'keepercsv'"> <ng-container *ngIf="format === 'keepercsv'">
Log into the Keeper web vault (keepersecurity.com/vault). Navigate to "Backup" (top right) and Log into the Keeper web vault (keepersecurity.com/vault). Click on your "account email" (top
find the "Export to .csv File" option. Click "Export Now" to save the CSV file. 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>
<ng-container <ng-container
*ngIf="format === 'chromecsv' || format === 'operacsv' || format === 'vivaldicsv'" *ngIf="format === 'chromecsv' || format === 'operacsv' || format === 'vivaldicsv'"