Import autofill data from a file into Chrome
问题 I have a CSV file of users (with email and name). Google Chrome stores its autofill data and you can add them manually here: chrome://settings/addresses Is it possible to import the data automatically from the file? 回答1: The settings UI uses an internal API chrome.autofillPrivate.saveAddress (source). go to chrome://settings/addresses open devtools console paste and run the code below that adds an input button in the top right corner where you can select your CSV file: for (const el of