Complete ID Password Manager

An easy-to-use password manager for creating, keeping and using secure passwords.

Cos'è Complete ID Password Manager?

Complete ID Password Manager è un'estensione di Chrome sviluppata da IDnotify, e la sua funzione principale è "An easy-to-use password manager for creating, keeping and using secure passwords.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Complete ID Password Manager

Scarica i file di estensione Complete ID Password Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Complete ID Password Manager Complete ID Password Manager
ID ibkjbkipccbniaknhdcmjmkjamnflkke
URL Ufficiale https://chromewebstore.google.com/detail/complete-id-password-mana/ibkjbkipccbniaknhdcmjmkjamnflkke
Descrizione An easy-to-use password manager for creating, keeping and using secure passwords.
Dimensione del File 6.34 MB
Conteggio Installazioni 984
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-05-10
Data di Pubblicazione 2022-05-09
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore IDnotify
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.completeid.com/
URL della Pagina di Aiuto https://portal.completeid.com/c/app-support?RTN=90000101
URL della Pagina della Politica sulla Privacy https://www.idnotify.com/privacy-policy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}