Dashlane — Password Manager

Dashlane makes the internet easier. Save all your passwords, fill forms fast, and keep your data accessible and safe.

Dashlane — Password Manager là gì?

Dashlane — Password Manager là một tiện ích mở rộng Chrome được phát triển bởi https://dashlane.com, và tính năng chính của nó là "Dashlane makes the internet easier. Save all your passwords, fill forms fast, and keep your data accessible and safe.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dashlane — Password Manager

Tải xuống các tệp mở rộng Dashlane — Password Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        20,000+ businesses and 15+ million people worldwide trust Dashlane to protect their logins. Dashlane has never been breached, never sees or sells your data, and provides simple and effective tools to manage and safeguard it at all times.

With the Dashlane extension, you can view, copy, and generate passwords and save and autofill logins and forms as you browse the internet. Open the web app to access the full power of Dashlane: Securely share passwords, keep track of your Password Health score, and take action when we identify your at-risk passwords.

Log in to all your accounts on all your devices 
- Store an unlimited number of logins in your vault  
- Access your passwords and usernames wherever and whenever you need them 
- Autofill the right logins on every site, every time
- Sync your Dashlane data to every device automatically, even if your phone and computer run on different systems

Create and save new, strong passwords as you browse
- Create strong, unique passwords for each of your accounts with our built-in Password Generator
- Automatically save logins as you browse 
- Easily update and replace logins whenever you reset them

Autofill payments and personal info 
- Autofill personal info like your name, address, email, and phone number 
- Complete checkout fields and other important forms with a click 
- Keep important personal data, like IDs and your Social Security number, at your fingertips 
- Securely store credit card numbers, bank account info, and other payments with bank-grade encryption

Get instant alerts when a breach affects your data
- Sign up for our Dark Web Monitoring tool, and we’ll continuously scan 20+ billion records to determine if your passwords have been compromised
- Receive real-time alerts to change your compromised logins as soon as they’re discovered on the dark web
- Check your Password Health score to see if any of your logins are weak, reused, or compromised

Keep your information private 
- Dashlane protects your passwords with bank-grade encryption—the strongest method there is.
- We believe you should control your data. That’s why we designed Dashlane’s zero-knowledge security architecture so that we can't see the information you store—and we never sell it.

With Dashlane, your logins are safe, private, and easy for you - and only you - to access.
For more information, see our Privacy Policy (https://www.dashlane.com/privacy) and Terms of Service (https://www.dashlane.com/terms).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dashlane — Password Manager Dashlane — Password Manager
ID fdjamakpfbbddfjaooikfcpapjohcfmg
URL Chính Thức https://chromewebstore.google.com/detail/dashlane-%E2%80%94-password-manag/fdjamakpfbbddfjaooikfcpapjohcfmg
Mô tả Dashlane makes the internet easier. Save all your passwords, fill forms fast, and keep your data accessible and safe.
Kích Thước Tệp 14.4 MB
Số Lần Cài Đặt 2,193,893
Phiên Bản Hiện Tại 6.2409.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2020-07-03
Đánh Giá 4.69/5 Tổng số 13616 Đánh Giá
Nhà Phát Triển https://dashlane.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.dashlane.com/?utm_medium=referral&utm_source=chromestore
URL Trang Trợ Giúp https://support.dashlane.com
URL Trang Chính Sách Bảo Mật https://www.dashlane.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,es,it,pt-BR,sv,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background-182f79bf.js",
            "background-42a39032.js",
            "background-43dd7041.js",
            "background-605be8c8.js",
            "background-9a8b795a.js",
            "background-e475f0a7.js",
            "background-ec3394f2.js",
            "background-f04f9f25.js",
            "background-f0e0f4c5.js",
            "extension-vendors-6575d636.js",
            "extension-vendors-72e1f408.js",
            "extension-vendors-8fdd70aa.js",
            "extension-vendors-9ebd23ae.js",
            "extension-vendors-a1b7b07f.js",
            "extension-vendors-ab28add5.js",
            "extension-vendors-c30f4496.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/action\/icon_loading.png",
            "32": "icons\/action\/[email protected]"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Dashlane"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        }
    },
    "default_locale": "en",
    "description": "__MSG_ExtensionShortDescription__",
    "icons": {
        "16": "icons\/icon-dashlane-16px.png",
        "48": "icons\/icon-dashlane-48px.png",
        "128": "icons\/icon-dashlane-128px.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtensionName__",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "cookies",
        "idle",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "6.2409.0",
    "content_security_policy": "script-src 'self' 'wasm-eval' 'wasm-unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.google.*\/*sourceid=chrome-instant*",
                "*:\/\/www.google.*\/blank.html*"
            ],
            "js": [
                "content\/contentScripts\/kwift.CHROME.js",
                "content\/injected\/vendors.js"
            ],
            "css": [
                "content\/webui\/webui-frame.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/www.facebook.com\/plugins\/*",
                "*:\/\/plusone.google.com\/_\/+1\/*"
            ],
            "exclude_globs": [
                "*:\/\/www.google.*\/*sourceid=chrome-instant*",
                "*:\/\/www.google.*\/blank.html*"
            ],
            "js": [
                "content\/contentScripts\/dashlane-page-scripts-installer.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "loading.html",
        "content\/injected\/logo-autofill-known.svg",
        "content\/injected\/logo-autofill-unknown.svg",
        "content\/injected\/loader.png",
        "content\/webui\/index.html",
        "content\/injected\/vendors.js",
        "content\/pageScripts\/dashlane-webauthn-page-script.js",
        "content\/pageScripts\/dashlane-tiresias-page-script.js"
    ]
}