DualSafe Password Manager & Digital Vault

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

O que é DualSafe Password Manager & Digital Vault?

DualSafe Password Manager & Digital Vault é uma extensão do Chrome desenvolvida por https://www.itopvpn.com, e sua principal característica é "DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão DualSafe Password Manager & Digital Vault

Baixe arquivos de extensão DualSafe Password Manager & Digital Vault no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome DualSafe Password Manager & Digital Vault DualSafe Password Manager & Digital Vault
ID lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
URL Oficial https://chromewebstore.google.com/detail/dualsafe-password-manager/lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
Descrição DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.
Tamanho do Arquivo 2.95 MB
Contagem de Instalações 494,005
Versão Atual 1.4.24
Última Atualização 2024-02-15
Data de Publicação 2022-06-06
Classificação 4.57/5 Total de 14 Avaliações
Desenvolvedor https://www.itopvpn.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://www.itopvpn.com/support?name=dpm&origin=ext-chr
URL da Página de Política de Privacidade https://www.itopvpn.com/privacy
Idiomas Suportados 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"
}