DualSafe Password Manager & Digital Vault

DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.

Was ist DualSafe Password Manager & Digital Vault?

DualSafe Password Manager & Digital Vault ist eine Chrome-Erweiterung, die von https://www.itopvpn.com entwickelt wurde, und ihr Hauptmerkmal ist "DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

DualSafe Password Manager & Digital Vault-Erweiterungs-CRX-Datei herunterladen

Laden Sie DualSafe Password Manager & Digital Vault-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Keep secure and productive with this password management tool. DualSafe Password Manager extension enables you to manage passwords securely & simply in just one place. You only need to remember one single password.

The DualSafe Password Manager plugin can autosave your login credentials in a secure digital vault with your grant. Then the saved passwords will be auto-filled on the sites whenever you need to log into.

With the best password manager browser addon, you don’t need to install a password manager application on your computer anymore. Password management has never been easier with the DualSafe Password Manager extension. Add it to your browser now!

What makes DualSafe the best password manager?

🔒100% Secure🔒

All your data is completely locally encrypted using AES256. Nobody, including us (DualSafe), can access your personal information but yourself.

When it comes to data synchronization, we use HTTPS to transfer the already encrypted data to our cloud server. The whole process is 100% safe because of SSL.

We are not here to just help you remember something but to help you secure everything. We monitor the dark web day and night to make sure you will be informed immediately if your account and password were leaked. We help you check the strength of your password each time you add it to our extension, and give you suggestions to fix it. 

✔️Intuitive and Easy to Use✔️

DualSafe Password Manager extension allows you to save your credentials with just one click. The next time you need to log in, we will auto-fill your username and password. The only thing you need to do is to remember one single password to access our plugin.

Each time you update your account name or password of a site, we will automatically update it for you.

We order your saved account information according to your last update time to make sure you can easily find sites that you visit regularly. A search function is also provided for you to find your favorite ones.

➕Far More Than A Password Manager➕

DualSafe is not just a password manager, but your one-stop digital vault. You can also save your Secure Notes, Payment Info, or Personal Info with us. Once again, everything is safe with us.

🛠️Extra Free Tools🛠️

DualSafe is so proud of providing users with 4 extra free tools: Password Generator, Dark Web Monitor, Password Health, Import & Export.

Password Generator can help you generate a strong and secure password that no one can guess. Don't worry about it being too complex. You don't need to remember it, we help you remember.

Dark Web Monitor can help you monitor sensitive data leaks on Dark Web. We will let you know and give you suggestions once upon we find the leaking sites containing your information.

Password Health is able to check if a password is vulnerable. We will give a low score for weak, reused, or compromised passwords to prevent your passwords from being cracked.

Import & Export allows you to import data from your browsers or other password tools, and export your saved data to a CSV file with just 1 click.

❤️Forget about forgetting passwords from today on. Have your important information at your fingertips with DualSafe Password Manager.❤️                    

Grundlegende Informationen zur Erweiterung

Name DualSafe Password Manager & Digital Vault DualSafe Password Manager & Digital Vault
ID lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
Offizielle URL https://chromewebstore.google.com/detail/dualsafe-password-manager/lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
Beschreibung DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.
Dateigröße 2.95 MB
Installationsanzahl 494,005
Aktuelle Version 1.4.24
Letztes Update 2024-02-15
Veröffentlichungsdatum 2022-06-06
Bewertung 4.57/5 Insgesamt 14 Bewertungen
Entwickler https://www.itopvpn.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://www.itopvpn.com/support?name=dpm&origin=ext-chr
URL der Datenschutzrichtlinien-Seite https://www.itopvpn.com/privacy
Unterstützte Sprachen id,ms,de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "ITOP",
    "background": {
        "service_worker": "background.service_worker.js"
    },
    "icons": {
        "48": "skin\/icons\/app_icon_48.png",
        "64": "skin\/icons\/app_icon_64.png",
        "128": "skin\/icons\/app_icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "polyfill\/polyfill-firefox.js",
                "events.js",
                "ini.js",
                "document_start.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "document_end.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_extDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "permissions": [
        "privacy",
        "tabs",
        "idle",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.4.24",
    "web_accessible_resources": [
        {
            "resources": [
                "assist.dyn.json",
                "skin\/*.png",
                "inject\/*.png",
                "*.css",
                "inject\/*.html",
                "inject\/*.js",
                "inject\/*.svg",
                "popup\/*svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "skin\/icons\/app_icon_unlogin_16.png",
            "24": "skin\/icons\/app_icon_unlogin_24.png",
            "32": "skin\/icons\/app_icon_unlogin_32.png"
        },
        "default_title": "DualSafe Password Manager"
    },
    "minimum_chrome_version": "88.0.0.0"
}