DualSafe Password Manager & Digital Vault

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

Apa itu DualSafe Password Manager & Digital Vault?

DualSafe Password Manager & Digital Vault adalah ekstensi Chrome yang dikembangkan oleh https://www.itopvpn.com, dan fitur utamanya adalah "DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi DualSafe Password Manager & Digital Vault

Unduh file ekstensi DualSafe Password Manager & Digital Vault dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama DualSafe Password Manager & Digital Vault DualSafe Password Manager & Digital Vault
ID lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
URL Resmi https://chromewebstore.google.com/detail/dualsafe-password-manager/lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
Deskripsi DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.
Ukuran File 2.95 MB
Jumlah Instalasi 494,005
Versi Saat Ini 1.4.24
Terakhir Diperbarui 2024-02-15
Tanggal Publikasi 2022-06-06
Penilaian 4.57/5 Total 14 Penilaian
Pengembang https://www.itopvpn.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.itopvpn.com/support?name=dpm&origin=ext-chr
URL Halaman Kebijakan Privasi https://www.itopvpn.com/privacy
Bahasa yang Didukung 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"
}