Avira Password Manager

Avira Password Manager saves, manages, and syncs all your passwords across all your devices.

Hvad er Avira Password Manager?

Avira Password Manager er en Chrome-udvidelse udviklet af Avira, og dens hovedfunktion er "Avira Password Manager saves, manages, and syncs all your passwords across all your devices.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Avira Password Manager-udvidelses-CRX-fil

Download Avira Password Manager-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Say goodbye to handwritten notes creating chaos on your desktop. This password organizer makes it a breeze to bring order to your work and personal life.

Avira Password Manager can now also check the security status of your user accounts directly via your Avira Password Manager dashboard. This ensures you enjoy maximum protection, as we want you to be as well-protected as possible.

Avira Password Manager synchronizes every change you make, and can be used on a wide range of devices and operating systems as well as with popular browsers via an extension.

◆ ONE PASSWORD FOR ALL DEVICES ◆
With Avira Password Manager you only need to remember one single password – the master password. It's like the key to an uncrackable password vault, in which your logins are safely stored.

◆ AUTO-FILL LOGIN FORMS ◆
Easy, convenient, time-saving: The Avira Password Manager browser extension auto-fills your logins across all your favorite websites, making it the best password manager available. Password Manager also recognizes when you enter a new password on a website and asks if you want to save it.

◆ INSTANT PASSWORD GENERATOR ◆
Do you use weak, common passwords for all your accounts? Not anymore! Avira Password Manager makes it effortless to generate strong, unique passwords to give you the best protection against identity theft.

◆ DIGITAL WALLET ◆ 
You can securely manage all your credit cards in your digital wallet. You can add them manually in the web or conveniently scan them on your mobile app. Your saved cards will be available on all your devices.  

◆ AVAILABLE OPTIONS ◆
Avira Password Manager is available as a web dashboard and as a mobile app. The web dashboard is complemented by a browser extension for easy automatic creation and storage of your passwords.

◆ SECURITY◆
The new security status shows you at a glance how secure your passwords, accounts, and websites are, and whether any of your credentials have already been compromised. You can then take immediate action to improve your online security.

Avira Password Manager protects your passwords, credit cards, and notes using 256-bit AES encryption – the most secure standard out there. Think of it as your own personal armored password safe. Thanks to your master password only you and you alone have access to them – not even Avira can access your data.

◆ WHAT'S NEW? ◆
Now save all your credit cards in your secure digital wallet, where the magnetic stripe will never wear off.                    

Grundlæggende oplysninger om udvidelsen

Navn Avira Password Manager Avira Password Manager
ID caljgklbbfbcjjanaijlacgncafpegll
Officiel URL https://chromewebstore.google.com/detail/avira-password-manager/caljgklbbfbcjjanaijlacgncafpegll
Beskrivelse Avira Password Manager saves, manages, and syncs all your passwords across all your devices.
Filstørrelse 6.28 MB
Antal Installationer 6,161,992
Nuværende Version 2.20.0.4570
Senest Opdateret 2024-01-31
Udgivelsesdato 2020-06-29
Bedømmelse 3.92/5 Samlet 461 Bedømmelser
Udvikler Avira
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.avira.com/en/avira-password-manager
URL til Fortrolighedspolitik Side https://privacy.avira.com
Understøttede Sprog de,en,fr,nl,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Avira Operations GmbH & Co. KG",
    "default_locale": "en",
    "name": "Avira Password Manager",
    "version": "2.20.0.4570",
    "description": "__MSG_extDescription__",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/16x16.png",
            "24": "images\/icons\/24x24.png",
            "32": "images\/icons\/32x32.png"
        },
        "default_title": "Avira Password Manager"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "panel.html",
        "html\/*.html",
        "images\/icons\/*",
        "images\/icons-gray\/*"
    ],
    "icons": {
        "16": "images\/icons\/16x16.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content\/content-inject.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content\/iframe_content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "nlok\/forge.min.js",
            "nlok\/long.min.js",
            "nlok\/uri.min.js",
            "nlok\/bytebuffer.min.js",
            "nlok\/protobuf.min.js",
            "nlok\/SymBfw.js",
            "nlok\/SymO2.js",
            "js\/background\/deps.js",
            "js\/background\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "tabs",
        "cookies",
        "",
        "contextMenus",
        "storage",
        "unlimitedStorage",
        "idle"
    ],
    "optional_permissions": [
        "privacy",
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/passwords.avira.com\/*"
        ],
        "ids": [
            "flliilndjeohchalpbbcdekjklbdgfkk",
            "ccbpbkebodcjkknkfkpmfeciinhidaeh",
            "lfpjfjpklpkigoegkegnpplhlobjolgi",
            "dalelnnofafalcmkmnhdbigbjjkloabo",
            "nknfhbemhclggbcbodgchnfbdfhcjmdn"
        ]
    }
}