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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย F-Secure และคุณลักษณะหลักของมันคือ "Password Manager by F-Secure automatically fills in login fields with passwords from the password vault."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Manager by F-Secure

ดาวน์โหลดไฟล์ส่วนขยาย Password Manager by F-Secure ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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