לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

Import passwords to firefox from a .json file

  • 1 תגובה
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת 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: