Avira Password Manager

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

Что такое Avira Password Manager?

Avira Password Manager - это расширение Chrome, разработанное Avira, и его основная функция - "Avira Password Manager saves, manages, and syncs all your passwords across all your devices.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Avira Password Manager

Скачайте файлы расширений Avira Password Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Avira Password Manager Avira Password Manager
ID caljgklbbfbcjjanaijlacgncafpegll
Официальный URL https://chromewebstore.google.com/detail/avira-password-manager/caljgklbbfbcjjanaijlacgncafpegll
Описание Avira Password Manager saves, manages, and syncs all your passwords across all your devices.
Размер файла 6.28 MB
Количество установок 6,161,992
Текущая Версия 2.20.0.4570
Последнее Обновление 2024-01-31
Дата публикации 2020-06-29
Рейтинг 3.92/5 Всего 461 оценок
Разработчик Avira
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.avira.com/en/avira-password-manager
URL страницы политики конфиденциальности https://privacy.avira.com
Поддерживаемые языки 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"
        ]
    }
}