DualSafe Password Manager & Digital Vault

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

Qu'est-ce que DualSafe Password Manager & Digital Vault ?

DualSafe Password Manager & Digital Vault est une extension Chrome développée par https://www.itopvpn.com, et sa fonction principale est "DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension DualSafe Password Manager & Digital Vault

Téléchargez les fichiers d'extension DualSafe Password Manager & Digital Vault au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.❤️                    

Informations de Base sur l'Extension

Nom DualSafe Password Manager & Digital Vault DualSafe Password Manager & Digital Vault
ID lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
URL Officiel https://chromewebstore.google.com/detail/dualsafe-password-manager/lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
Description DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.
Taille du Fichier 2.95 MB
Nombre d'Installations 494,005
Version Actuelle 1.4.24
Dernière Mise à Jour 2024-02-15
Date de Publication 2022-06-06
Évaluation 4.57/5 Total 14 Évaluations
Développeur https://www.itopvpn.com
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.itopvpn.com/support?name=dpm&origin=ext-chr
URL de la Page de Politique de Confidentialité https://www.itopvpn.com/privacy
Langues Prises en Charge 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"
}