DualSafe Password Manager & Digital Vault

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

什麼是DualSafe Password Manager & Digital Vault?

DualSafe Password Manager & Digital Vault是由https://www.itopvpn.com開發的Chrome擴展程式,該擴展的主要功能是“DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載DualSafe Password Manager & Digital Vault擴展crx文件

下載DualSafe Password Manager & Digital Vault擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 DualSafe Password Manager & Digital Vault DualSafe Password Manager & Digital Vault
ID lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
官方網址 https://chromewebstore.google.com/detail/dualsafe-password-manager/lgbjhdkjmpgjgcbcdlhkokkckpjmedgc
簡介 DualSafe Password Manager extension lets you safely manage passwords in one place to autosave, autofill & access them anytime.
檔案大小 2.95 MB
安裝次數 494,005
目前版本 1.4.24
更新時間 2024-02-15
上架時間 2022-06-06
評分 4.57/5 共 14 次評分
開發者 https://www.itopvpn.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.itopvpn.com/support?name=dpm&origin=ext-chr
隱私政策頁面URL https://www.itopvpn.com/privacy
支援的語言 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"
}