ESET Password Manager

Never forget a password again! ESET Password Manager will make your life easier and passwords safer.

Co to jest ESET Password Manager?

ESET Password Manager to rozszerzenie Chrome opracowane przez ESET, a jego główną funkcją jest „Never forget a password again! ESET Password Manager will make your life easier and passwords safer.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ESET Password Manager

Pobierz pliki rozszerzeń ESET Password Manager w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        To install ESET Password Manager, you either need to receive the invitation to use it or have an  ESET HOME Security Premium or ESET HOME Security Ultimate subscription.

ESET Password Manager allows you to manage your passwords, credit card numbers and other sensitive information, and access them from anywhere.

All content in the application is encrypted, protected by a master password, and ONLY YOU have access to it.

The ESET Password Manager app allows you to:
✔ Take advantage of Password Generator to create random and secure passwords 
✔ Increase the security of stored passwords with Two-Factor Authentication
✔ Manage access to your passwords with the Secure Me feature that:
       - provides a complete overview and detailed information about active sessions on all of your devices and browsers
       - allows you to log out of all your sessions remotely
      - provides actions to improve your security (delete cookies, download history and bookmarks, close tabs, log out from all Password Manager’s sessions), either on a device or remotely, depending on platform or browser. 
✔ Use ESET Password Manager for Two-Factor Authentication to your accounts for even stronger security
✔Check a Security report to see if your passwords are among breached passwords and data leaks
✔ Add multiple identities for easier completion of online forms 
✔ Prioritize favorite accounts to move their passwords to the top of the list
✔Access your passwords on the go from your Windows PC and Android, iOS and macOS devices 


ESET technology protects more than one billion internet users worldwide.

Find out more about the ESET Password Manager Chrome extension for ESET HOME Security Premium or ESET HOME Security Ultimate: 
https://www.eset.com/int/home/protection-plans/

For more info about the privacy policy, visit: 
https://help.eset.com/password_manager/3/en-US/privacy_policy.html

For EULA visit: 
https://help.eset.com/password_manager/3/en-US/terms-of-use.html                    

Podstawowe informacje o rozszerzeniu

Nazwa ESET Password Manager ESET Password Manager
ID khhapgacijodhjokkcjmleaempmchlem
Oficjalny URL https://chromewebstore.google.com/detail/eset-password-manager/khhapgacijodhjokkcjmleaempmchlem
Opis Never forget a password again! ESET Password Manager will make your life easier and passwords safer.
Rozmiar pliku 7.56 MB
Liczba instalacji 51,754
Aktualna Wersja 3.6.0
Ostatnia Aktualizacja 2023-11-15
Data Publikacji 2020-10-23
Ocena 3.95/5 Łącznie 162 Oceny
Deweloper ESET
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.eset.com/int/home/protection-plans/
Adres URL Strony Pomocy http://support.eset.com/?segment=home
Adres URL Strony Polityki Prywatności http://help.eset.com/getHelp?product=essp&version=latest&lang=1033&topic=privacy_policy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ESET Password Manager",
    "short_name": "ESET PWM",
    "description": "Never forget a password again! ESET Password Manager will make your life easier and passwords safer.",
    "version": "3.6.0",
    "author": "Eset",
    "homepage_url": "https:\/\/www.eset.com",
    "background": {
        "service_worker": "src\/background\/service-worker-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/forge\/forge.js",
                "src\/content_scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "src\/images\/icons\/icon-16.png",
        "48": "src\/images\/icons\/icon-48.png",
        "128": "src\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "storage",
        "cookies",
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "bookmarks"
    ],
    "optional_permissions": [
        "contextMenus",
        "privacy"
    ],
    "action": {
        "default_icon": {
            "128": "src\/images\/icons\/icon-128.png"
        },
        "default_popup": "src\/ui\/index.html",
        "default_title": "ESET Password Manager"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/images\/icons\/blank.png",
                "src\/content_scripts\/popup.html",
                "src\/content_scripts\/notification.html",
                "src\/images\/icons\/icon-32.png",
                "src\/images\/icons\/icon-32-i.png",
                "src\/images\/icons\/iconForce-32.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; img-src * data: ; object-src 'self'"
    }
}