Password Manager by F-Secure

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

Password Manager by F-Secure란 무엇입니까?

Password Manager by F-Secure은(는) F-Secure에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Password Manager by F-Secure automatically fills in login fields with passwords from the password vault."입니다.

확장 프로그램 스크린샷

screenshot

Password Manager by F-Secure 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Password Manager by F-Secure Password Manager by F-Secure
ID hoinmffpdlgmkhckafddjleaelkdnhhk
공식 URL https://chromewebstore.google.com/detail/password-manager-by-f-sec/hoinmffpdlgmkhckafddjleaelkdnhhk
설명 Password Manager by F-Secure automatically fills in login fields with passwords from the password vault.
파일 크기 420 KB
설치 횟수 34,123
현재 버전 5.1.50
최근 업데이트 2023-11-13
출시 날짜 2020-06-11
평점 3.07/5 총 71 개의 평점
개발자 F-Secure
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.f-secure.com/id-protection
도움말 페이지 URL https://community.f-secure.com/t5/F-Secure-KEY/bd-p/password_management
개인정보 보호 정책 페이지 URL https://www.f-secure.com/en/web/legal/privacy/safe
지원되는 언어 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"
    ]
}