Complete ID Password Manager
An easy-to-use password manager for creating, keeping and using secure passwords.
Qu'est-ce que Complete ID Password Manager ?
Complete ID Password Manager est une extension Chrome développée par IDnotify, et sa fonction principale est "An easy-to-use password manager for creating, keeping and using secure passwords.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Complete ID Password Manager
Téléchargez les fichiers d'extension Complete ID Password Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Complete ID Password Manager |
ID | ibkjbkipccbniaknhdcmjmkjamnflkke |
URL Officiel | https://chromewebstore.google.com/detail/complete-id-password-mana/ibkjbkipccbniaknhdcmjmkjamnflkke |
Description | An easy-to-use password manager for creating, keeping and using secure passwords. |
Taille du Fichier | 6.34 MB |
Nombre d'Installations | 984 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2022-05-10 |
Date de Publication | 2022-05-09 |
Évaluation | 3.00/5 Total 1 Évaluations |
Développeur | IDnotify |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.completeid.com/ |
URL de la Page d'Aide | https://portal.completeid.com/c/app-support?RTN=90000101 |
URL de la Page de Politique de Confidentialité | https://www.idnotify.com/privacy-policy |
Langues Prises en Charge | 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:\/\/*\/*" ] } ] } |