Avira Password Manager

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

什么是Avira Password Manager?

Avira Password Manager是由Avira开发的Chrome扩展程序,该扩展的主要功能是“Avira Password Manager saves, manages, and syncs all your passwords across all your devices.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Avira Password Manager扩展crx文件

下载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"
        ]
    }
}