1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

update importer for firefox

This commit is contained in:
Kyle Spearrin
2018-05-11 08:04:21 -04:00
parent c326e03eb2
commit cd9a43f359
2 changed files with 37 additions and 71 deletions

View File

@@ -36,16 +36,13 @@
'https://help.bitwarden.com/article/import-from-chrome/</a>')
},
{
id: 'firefoxpasswordexportercsvxml',
name: 'Firefox Password Exporter (xml)',
id: 'firefoxpasswordexportercsv',
name: 'Firefox Password Exporter (csv)',
featured: true,
sort: 4,
instructions: $sce.trustAsHtml('Use the ' +
'<a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/password-exporter/">' +
'Password Exporter</a> addon for FireFox to export your passwords to a XML file. After installing ' +
'the addon, type <code>about:addons</code> in your FireFox navigation bar. Locate the Password Exporter ' +
'addon and click the "Options" button. In the dialog that pops up, click the "Export Passwords" button ' +
'to save the XML file.')
'<a target="_blank" href="https://github.com/kspearrin/ff-password-exporter#ff-password-exporter">' +
'FF Password Exporter</a> application to export your passwords to a CSV file.')
},
{
id: 'keepass2xml',