LastPass: Free Password Manager
LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.
LastPass: Free Password Managerคืออะไร?
LastPass: Free Password Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LastPass และคุณลักษณะหลักของมันคือ "LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LastPass: Free Password Manager
ดาวน์โหลดไฟล์ส่วนขยาย LastPass: Free Password Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LastPass: Free Password Manager |
ID | hdokiejnpimakedhajhdlcegeplioahd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lastpass-free-password-ma/hdokiejnpimakedhajhdlcegeplioahd |
คำอธิบาย | LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device. |
ขนาดไฟล์ | 61.71 MB |
จำนวนการติดตั้ง | 10,000,000 |
เวอร์ชันปัจจุบัน | 4.126.0 |
อัปเดตครั้งล่าสุด | 2024-02-20 |
วันที่เผยแพร่ | 2020-07-03 |
คะแนน | 4.34/5 รวมทั้งหมด 27646 คะแนน |
ผู้พัฒนา | LastPass |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.lastpass.com/ |
URL หน้าช่วยเหลือ | https://support.logmeininc.com/lastpass |
URL หน้านโยบายความเป็นส่วนตัว | https://www.lastpass.com/legal-center/privacy-policy |
ภาษาที่รองรับ | 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" ] } |