User Tools

Site Tools


software:browsers

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:browsers [2020/03/23 05:09] superwizardsoftware:browsers [2020/06/02 05:10] (current) superwizard
Line 1: Line 1:
 +====== Google Chrome Passwords Import ======
 +
 +<code>
 +I got passwords to import into Google Chrome from a Dashlane CSV export. Here's what I did:
 +1. Enable password import flag in chrome://flags/#PasswordImport
 +2. Relaunch Chrome
 +3. Modify CSV export file from password manager as follows:
 +• Ensure there are 4 columns: ​name,url,username,password 
 +​If you are working with a Dashlane password export, you can use this formula in Excel to merge 
 +columns with username and emails so you have one "username" column for Chrome:
 +​=IF(ISBLANK(C2) = FALSE, C2, D2)
 +• Ensure the ​url​ fields all have protocol prefix https://
 +URLs without protocol will not import into Chrome.
 +If the URLs do not have the prefix, you can add in Excel with a new column and copy paste 
 +special the "values" using something like this:
 +​=CONCAT("https://", B2)
 +• Check to make sure there are no numbers in scientific format (e.g.: 5.4321E+12)​, if there are, 
 +change the field format to just show a number (without decimal).
 +4. Save the CSV file*
 +5. Import passwords from the menu button in chrome://settings/passwords
 +* I'm not sure if this was necessary, but I also modified the CSV in Sublime Text 3 to have 
 +Unix line endings and UTF-8 encoding (without BOM).
 +</code>
 +
 +
 +
 +From <https://support.google.com/chrome/thread/4236452?hl=en> 
 +
 +
 ====== Session Buddy ====== ====== Session Buddy ======
  
software/browsers.1584940157.txt.gz · Last modified: 2020/03/23 05:09 by superwizard