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