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.」です。
拡張機能のスクリーンショット
Password Manager by F-Secure拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |