搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Import passwords to firefox from a .json file

  • 1 回覆
  • 1 有這個問題
  • 6 次檢視
  • 最近回覆由 cor-el

more options

So I have a .json file that I exported from the keeper application and I am trying to import it to my Firefox lockwise but I am having trouble. I tried deleting key4.db and logins.json and replacing them with the keeper .json file which I renamed logins.json. Any help would be appreciated.

So I have a .json file that I exported from the keeper application and I am trying to import it to my Firefox lockwise but I am having trouble. I tried deleting key4.db and logins.json and replacing them with the keeper .json file which I renamed logins.json. Any help would be appreciated.

所有回覆 (1)

more options

You can only use an encrypted logins.json file directly to transfer logins.

You can use code in the Browser Console to import a JSON file with login data, but that will only work if the key names in the file are correct.
Array of login records:

  • [{"username":"xxx","password":"xxx","hostname":"https://"},{more-logins}]

See: