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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy-to-use password manager for creating, keeping and using secure passwords."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Complete ID Password Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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:\/\/*\/*" ] } ] } |