Complete ID Password Manager
An easy-to-use password manager for creating, keeping and using secure passwords.
什麼是Complete ID Password Manager?
Complete ID Password Manager是由IDnotify開發的Chrome擴展程式,該擴展的主要功能是“An easy-to-use password manager for creating, keeping and using secure passwords.”。
擴展截圖
下載Complete ID Password Manager擴展crx文件
下載Complete ID Password Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Complete ID provides you with solutions that help protect your digital privacy. Create, store, and use secure passwords with an easy-to-use and convenient password management program. Password Manager will help keep your account logins secure. Managing and accessing account logins from a secure vault will help you: 1. Prevent hackers from accessing your account logins and financial information stored in the vault. 2. Prevent hackers from guessing easy passwords and breaching your account. 3. Prevent phishing attacks by using the auto-login feature from Password Manager Types of data you can protect: Add your account logins, credit cards, and bank accounts to the Password Manager vault. Each will be encrypted and can only be accessed by you.
擴展基本資訊
名稱 | Complete ID Password Manager |
ID | ibkjbkipccbniaknhdcmjmkjamnflkke |
官方網址 | https://chromewebstore.google.com/detail/complete-id-password-mana/ibkjbkipccbniaknhdcmjmkjamnflkke |
簡介 | An easy-to-use password manager for creating, keeping and using secure passwords. |
檔案大小 | 6.34 MB |
安裝次數 | 984 |
目前版本 | 1.1.0 |
更新時間 | 2022-05-10 |
上架時間 | 2022-05-09 |
評分 | 3.00/5 共 1 次評分 |
開發者 | IDnotify |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.completeid.com/ |
說明頁面URL | https://portal.completeid.com/c/app-support?RTN=90000101 |
隱私政策頁面URL | https://www.idnotify.com/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.0", "name": "Complete ID Password Manager", "description": "An easy-to-use password manager for creating, keeping and using secure passwords.", "icons": { "48": "\/images\/icon-48.png" }, "permissions": [ "alarms", "downloads", "storage", "tabs", "webNavigation" ], "host_permissions": [ "https:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content\/index.js" ], "all_frames": true }, { "matches": [ "https:\/\/url.invalid\/*" ], "js": [ "content\/cognito_redirect_handler.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "48": "\/images\/status-locked-32.png" }, "default_title": "McAfee Account and Payment Protection", "default_popup": "html\/popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "images\/*", "fonts\/*" ], "matches": [ "https:\/\/*\/*" ] } ] } |