LastPass: Free Password Manager
LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.
What is LastPass: Free Password Manager?
LastPass: Free Password Manager is a Chrome extension developed by LastPass, and its main feature is "LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.".
Extension Screenshots
Download LastPass: Free Password Manager Extension CRX File
Download LastPass: Free Password Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
LastPass puts you in control of your online life – making it easy to keep your critical information safe and secure so you can access it whenever you want, wherever you are. Save all your passwords, addresses, credit cards and more in your secure vault and LastPass will automatically fill in your information when you need it. Stop wasting time getting locked out of accounts or filling passwords and forms online – LastPass simplifies your daily online tasks while keeping you and your family secure. All your data, where you need it: - Store usernames and passwords and LastPass will log you in automatically - Fill forms quickly by saving your addresses, credit card numbers and more - Save passports, insurance cards and anything else you want to keep safe - All your data is available on any device for free - Anything you save on one device is instantly synced on all your other devices Protect yourself from breaches: - LastPass Security Dashboard provides and overview of your weak and reused passwords and how to improve them - LastPass dark web monitoring alerts you if your information is at risk - Generate secure passwords to replace weak ones - Protect your LastPass account with multifactor authentication Simplify your life: - Never forget another password - Passwords are autofilled for you as you go to your sites - less typing! - Securely share your passwords with friends and family - Only worry about one master password Only you know your master password, and only you can access your vault. Your master password is never shared with LastPass. That’s why millions of people and businesses trust LastPass to keep their information safe. We protect your data at every step. Learn about more features and get LastPass Password Manager for Internet Explorer, Firefox, Safari, Edge, and Opera from www.LastPass.com
Extension Basic Information
Name | LastPass: Free Password Manager |
ID | hdokiejnpimakedhajhdlcegeplioahd |
Official URL | https://chromewebstore.google.com/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd |
Description | LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device. |
File Size | 61.71 MB |
Installation Count | 10,000,000 |
Current Version | 4.126.0 |
Last Updated | 2024-02-20 |
Publish Date | 2020-07-03 |
Rating | 4.34/5 Total 27646 Ratings |
Developer | LastPass |
[email protected] | |
Payment Type | free |
Extension Website | https://www.lastpass.com/ |
Help Page URL | https://support.logmeininc.com/lastpass |
Privacy Policy Page URL | https://www.lastpass.com/legal-center/privacy-policy |
Supported Languages | de,en-US,fr,nl,es,it,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LastPass: Free Password Manager", "short_name": "LastPass: Free Password Manager", "author": "LastPass", "version": "4.126.0.1", "version_name": "4.126.0", "minimum_chrome_version": "18.0", "description": "__MSG_app_Desc__", "icons": { "16": "icon2.png", "32": "icon2_2x.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en_US", "omnibox": { "keyword": "lp" }, "permissions": [ "tabs", "idle", "notifications", "contextMenus", "unlimitedStorage", "webRequest", "webNavigation", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/*" ], "optional_permissions": [ "nativeMessaging", "privacy" ], "background": { "page": "background.html", "persistent": true }, "content_security_policy": "default-src 'self' 'wasm-eval'; frame-src 'self' https:\/\/lastpass.com\/ https:\/\/lastpass.eu; connect-src 'self' https:\/\/browser-intake-datadoghq.com https:\/\/lastpass.com\/ https:\/\/accounts.lastpass.com wss:\/\/*.lastpass.com wss:\/\/*.lastpass.eu https:\/\/*.lastpass.com https:\/\/lastpass.com https:\/\/lastpass.eu https:\/\/login.microsoftonline.com https:\/\/graph.microsoft.com https:\/\/login.microsoftonline.us https:\/\/graph.microsoft.us https:\/\/*.oktapreview.com https:\/\/*.okta.com https:\/\/*.okta-emea.com https:\/\/*.pingone.com https:\/\/*.pingone.ca https:\/\/*.pingone.eu https:\/\/*.pingone.asia https:\/\/accounts.google.com https:\/\/www.googleapis.com https:\/\/openidconnect.googleapis.com https:\/\/content.googleapis.com https:\/\/*.onelogin.com; img-src 'self' data: blob: https:\/\/lastpass.com\/ chrome:\/\/favicon https:\/\/images.mxpnl.com https:\/\/content.product.lastpass.com; style-src 'self' 'unsafe-inline' https:\/\/content.product.lastpass.com https:\/\/lastpass.com\/ ; child-src 'self' ; script-src 'self' 'wasm-eval' 'wasm-unsafe-eval' ;", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "onloadwff.js", "web-client-content-script.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/acctsiframe.php*", "https:\/\/lastpass.eu\/acctsiframe.php*" ], "js": [ "acctsiframe-content-script.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/", "https:\/\/lastpass.com\/vault\/*", "https:\/\/www.lastpass.com\/", "https:\/\/www.lastpass.com\/*" ], "js": [ "extension-detection-content-script.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/?ac=1*", "https:\/\/lastpass.com\/?ac=1*" ], "js": [ "authn-communication-content-script.js" ], "all_frames": false, "run_at": "document_idle" }, { "matches": [ "https:\/\/lastpass.com\/recover.php*", "https:\/\/lastpass.eu\/recover.php*" ], "js": [ "recovery-content-script.js" ], "all_frames": true, "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/vault\/*" ], "js": [ "vault-sync-document-start.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.lastpass.com\/create-account\/success*" ], "js": [ "redirect-to-vault-script.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "federated-login-content-script.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/*", "https:\/\/backoffice.lastpass.com\/*" ], "js": [ "web-federated-login-document-start.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/lastpass.com\/acctsiframe.php*", "https:\/\/lastpass.com\/update_phone.php*", "https:\/\/lastpass.com\/misc_challenge.php*", "https:\/\/lastpass.com\/?securitychallenge=1*", "https:\/\/lastpass.com\/delete_account.php*", "https:\/\/lastpass.com\/otp.php*", "https:\/\/lastpass.com\/enterprise_options.php*", "https:\/\/lastpass.com\/?&ac=1*", "https:\/\/lastpass.com\/?ac=1*", "https:\/\/lastpass.com\/vault\/*", "https:\/\/lastpass.com\/enterprise_users.php*", "https:\/\/lastpass.com\/misc_login.php*", "https:\/\/lastpass.com\/index.php*", "https:\/\/lastpass.eu\/acctsiframe.php*", "https:\/\/lastpass.eu\/update_phone.php*", "https:\/\/lastpass.eu\/misc_challenge.php*", "https:\/\/lastpass.eu\/?securitychallenge=1*", "https:\/\/lastpass.eu\/delete_account.php*", "https:\/\/lastpass.eu\/otp.php*", "https:\/\/lastpass.eu\/enterprise_options.php*", "https:\/\/lastpass.eu\/?&ac=1*", "https:\/\/lastpass.eu\/?ac=1*", "https:\/\/lastpass.eu\/vault\/*", "https:\/\/lastpass.eu\/enterprise_users.php*", "https:\/\/lastpass.eu\/misc_login.php*", "https:\/\/lastpass.eu\/index.php*", "https:\/\/backoffice.lastpass.com\/acctsiframe.php*", "https:\/\/backoffice.lastpass.com\/update_phone.php*", "https:\/\/backoffice.lastpass.com\/misc_challenge.php*", "https:\/\/backoffice.lastpass.com\/?securitychallenge=1*", "https:\/\/backoffice.lastpass.com\/delete_account.php*", "https:\/\/backoffice.lastpass.com\/otp.php*", "https:\/\/backoffice.lastpass.com\/enterprise_options.php*", "https:\/\/backoffice.lastpass.com\/?&ac=1*", "https:\/\/backoffice.lastpass.com\/?ac=1*", "https:\/\/backoffice.lastpass.com\/vault\/*", "https:\/\/backoffice.lastpass.com\/enterprise_users.php*", "https:\/\/backoffice.lastpass.com\/misc_login.php*", "https:\/\/backoffice.lastpass.com\/index.php*" ], "js": [ "fedlogin-content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "icon_gray2.png", "38": "icon_gray2_2x.png" }, "default_title": "LastPass", "default_popup": "webclient-popover.html" }, "options_ui": { "page": "tabDialog.html?dialog=preferences&cmd=open", "open_in_tab": true }, "manifest_version": 2, "web_accessible_resources": [ "overlay.html", "contentScriptDialog.html", "backgroundFrame.html", "contentScriptPopup.html", "betterContentScriptPopup.html", "webclient-infield.html", "general.css", "tip_context.html", "images\/icon48.png", "images\/formfill16x16.png", "images\/generate16x16.png", "images\/sites16x16.png", "images\/close16x16.png", "1minsignup\/doNotCloseOverlay.html", "xhrExtension.js", "migrationPopup.html", "content-script\/views\/basic-auth\/basic-auth.html", "content-script\/views\/basic-auth\/style.css", "images\/basic-auth-image.png", "images\/LP-Logo.png", "images\/lp-dots.png", "webclient-tab-prompt.html", "images\/infield\/password-light.png", "images\/infield\/password-light-1.png", "images\/infield\/password-light-2.png", "images\/infield\/password-light-3.png", "images\/infield\/password-light-4.png", "images\/infield\/password-light-5.png", "images\/infield\/password-light-6.png", "images\/infield\/password-light-7.png", "images\/infield\/password-light-8.png", "images\/infield\/password-light-9.png", "images\/infield\/password-dark.png", "images\/infield\/password-dark-1.png", "images\/infield\/password-dark-2.png", "images\/infield\/password-dark-3.png", "images\/infield\/password-dark-4.png", "images\/infield\/password-dark-5.png", "images\/infield\/password-dark-6.png", "images\/infield\/password-dark-7.png", "images\/infield\/password-dark-8.png", "images\/infield\/password-dark-9.png", "images\/infield\/fill-light.png", "images\/infield\/fill-dark.png", "images\/infield\/generate-light.png", "images\/infield\/generate-dark.png", "credentials-library.js" ] } |