Password Manager by F-Secure

Password Manager by F-Secure automatically fills in login fields with passwords from the password vault.

Was ist Password Manager by F-Secure?

Password Manager by F-Secure ist eine Chrome-Erweiterung, die von F-Secure entwickelt wurde, und ihr Hauptmerkmal ist "Password Manager by F-Secure automatically fills in login fields with passwords from the password vault.".

Erweiterungsscreenshots

screenshot

Password Manager by F-Secure-Erweiterungs-CRX-Datei herunterladen

Laden Sie Password Manager by F-Secure-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The Chrome extension is not standalone and requires the password manager desktop app by F-Secure to be installed.

For more information, visit https://www.f-secure.com/id-protection.                    

Grundlegende Informationen zur Erweiterung

Name Password Manager by F-Secure Password Manager by F-Secure
ID hoinmffpdlgmkhckafddjleaelkdnhhk
Offizielle URL https://chromewebstore.google.com/detail/password-manager-by-f-sec/hoinmffpdlgmkhckafddjleaelkdnhhk
Beschreibung Password Manager by F-Secure automatically fills in login fields with passwords from the password vault.
Dateigröße 420 KB
Installationsanzahl 34,123
Aktuelle Version 5.1.50
Letztes Update 2023-11-13
Veröffentlichungsdatum 2020-06-11
Bewertung 3.07/5 Insgesamt 71 Bewertungen
Entwickler F-Secure
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.f-secure.com/id-protection
Hilfeseite URL https://community.f-secure.com/t5/F-Secure-KEY/bd-p/password_management
URL der Datenschutzrichtlinien-Seite https://www.f-secure.com/en/web/legal/privacy/safe
Unterstützte Sprachen de,en,fr,nl,no,vi,tr,da,et,es,hr,it,lt,hu,pl,pt-BR,ro,sl,fi,sv,cs,el,sr,bg,ru,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "author": "F-Secure",
    "short_name": "__MSG_ext_name_short__",
    "description": "__MSG_ext_description__",
    "version": "5.1.50",
    "icons": {
        "16": "img\/ic_plugin_16.png",
        "48": "img\/ic_plugin_48.png",
        "128": "img\/ic_plugin_128.png"
    },
    "browser_action": {
        "default_icon": "img\/fsecure\/ic_plugin_off.png",
        "default_popup": "popups\/notRunning.html",
        "default_title": "Password Manager by F-Secure"
    },
    "background": {
        "scripts": [
            "shared.js",
            "config.js",
            "fskeyUtils.js",
            "operators.js",
            "customization.js",
            "ext\/jquery.js",
            "ext\/sjcl.js",
            "background.js",
            "set_status.js",
            "messaging.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "operators.js",
                "customization.js",
                "ext\/jquery.js",
                "config.js",
                "fskeyUtils.js",
                "ext\/sjcl.js",
                "pagemngr.js",
                "loginhandler.js",
                "savecredentials.js",
                "content.js"
            ],
            "css": [
                "images.css",
                "fskey-base.css",
                "fskey-save-credentials.css"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "popups\/addEntry.html",
        "popups\/updateEntry.html",
        "popups\/pendingEntry.html",
        "img\/*",
        "images.css",
        "fskey-base.css",
        "fskey-frame.css"
    ],
    "permissions": [
        "http:\/\/localhost:24166\/",
        "storage",
        "tabs",
        "background",
        "nativeMessaging"
    ]
}