Avira Password Manager

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

O que é Avira Password Manager?

Avira Password Manager é uma extensão do Chrome desenvolvida por Avira, e sua principal característica é "Avira Password Manager saves, manages, and syncs all your passwords across all your devices.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Avira Password Manager

Baixe arquivos de extensão Avira Password Manager 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

                        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.                    

Informações Básicas da Extensão

Nome Avira Password Manager Avira Password Manager
ID caljgklbbfbcjjanaijlacgncafpegll
URL Oficial https://chromewebstore.google.com/detail/avira-password-manager/caljgklbbfbcjjanaijlacgncafpegll
Descrição Avira Password Manager saves, manages, and syncs all your passwords across all your devices.
Tamanho do Arquivo 6.28 MB
Contagem de Instalações 6,161,992
Versão Atual 2.20.0.4570
Última Atualização 2024-01-31
Data de Publicação 2020-06-29
Classificação 3.92/5 Total de 461 Avaliações
Desenvolvedor Avira
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.avira.com/en/avira-password-manager
URL da Página de Política de Privacidade https://privacy.avira.com
Idiomas Suportados 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"
        ]
    }
}