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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Password Manager by F-Secure automatically fills in login fields with passwords from the password vault."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Password Manager by F-Secure एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |