From d95db8fb7434e857a4238a61c7044c1202754fa2 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Thu, 27 Jan 2022 21:51:56 +0100 Subject: [PATCH] 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 --- src/app/tools/import.component.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/tools/import.component.html b/src/app/tools/import.component.html index 2ed431e675..390eb458b2 100644 --- a/src/app/tools/import.component.html +++ b/src/app/tools/import.component.html @@ -80,8 +80,14 @@ click "Show me my data" to save the CSV file. - 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. + + + 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.