Norton Password Manager

Free password security you can trust.

What is Norton Password Manager?

Norton Password Manager is a Chrome extension developed by https://norton.com, and its main feature is "Free password security you can trust.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Norton Password Manager Extension CRX File

Download Norton Password Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Want a free, powerful password manager in just a few clicks? Norton Password Manager*, powered by a global leader in consumer Cyber Safety, helps you generate, manage, and store strong and unique passwords, plus conveniently syncs them across your devices.¹ Join millions who trust Norton to help make their digital lives easier and more secure against cyberthreats. 

Your information stays private even from us because it’s encrypted using zero-knowledge encryption before being stored in your cloud-based vault. Your passwords and other personal information can be even more secure by enabling two-factor authentication, plus you can use Passwordless Vault Unlock² to access your vault even faster. 

Creating and remembering complex passwords doesn’t have to be difficult. Norton Password Manager allows you to import your existing passwords from other sources³ and helps you safeguard your personal information by making recommendations to strengthen passwords, adding more security to your online, digital life. 

Why Norton Password Manager? 

💡 Passwords filled with a single click 

When you log in to websites, it’s a smoother, quicker, and more convenient experience. Your passwords are stored in an online vault, which can be used to autofill online login information with a single click.  

🔒 Encrypted  

With zero knowledge encryption and two-factor authentication, only you control access to your password vault–not even Norton can access it. These security measures help keep your data safer from cybercriminals.  

💵 Free* 

Norton Password Manager is free and accessible to anyone and works on devices including computers, tablets, and phones. 

🔄 Sync passwords¹  

Your logins and credit card credentials can be auto filled, plus your entire password vault can be synced for accessibility across your devices. 

📱 Passwordless Vault Unlock² 

There’s no need to even type in your master password. Access your vault faster by simply approving the unlock request on your mobile device. 

✅ Password Assessment 

Check if your passwords are strong, easily create new passwords, or change weak passwords into more complex ones. 



*With the free version of Norton Password Manager, we reserve the right to limit the number of entries (like passwords) at any time. This limitation won’t affect any existing entries in your vault. 

¹ Requires your device to have an Internet connection and be turned on. 
² Only works on Mac and Windows via a supported extension and requires a mobile device with the app installed. Must be signed in to the Norton Password Manager mobile app and the browser extension with the same account, and have Passwordless Vault Unlock set up. 
³ Only works on Mac and Windows via a supported browser extension. Allows import from browsers and other password managers, but not all browsers and password managers are supported, for details go: https://support.norton.com/sp/en/us/home/current/solutions/v125566479  

PRIVACY POLICY 

NortonLifeLock respects the privacy of our users and carefully safeguards personal data. 

For more information: https://www.nortonlifelock.com/privacy  

By using this add-on, you agree to our License and Services Agreement (https://www.nortonlifelock.com/legal/license-services-agreement/) and have read and acknowledge our Global Privacy Statement https://www.nortonlifelock.com/privacy/global-privacy-statement/). 

This add-on makes use of Google Analytics Measurement Protocol to transmit critical error and feature usage information to Google Analytics services. Gen Digital uses Google Analytics services to maintain and improve this add-on, but the services are not operated by Gen Digital. 

If you do not consent to this data collection and usage, please do not install this add-on or remove it if already installed. 

This add-on sets parameters that Google provides to obfuscate your IP address when processing Google Analytics. See details here for our obligations related to use Google Analytics, Google’s privacy practices, and Google's IP obfuscation support: 

- https://developers.google.com/analytics/policy 
- https://support.google.com/analytics/answer/6004245 
- https://support.google.com/analytics/answer/2763052 


Copyright © 1997 – 2023 Gen Digital Inc. All rights reserved. Norton and the Norton Checkmark Logo are trademarks or registered trademarks of Gen Digital Inc. or its affiliates in the United States and other countries. Other names may be trademarks of their respective owners.                    

Extension Basic Information

Name Norton Password Manager Norton Password Manager
ID admmjipmmciaobhojoghlmleefbicajg
Official URL https://chromewebstore.google.com/detail/norton-password-manager/admmjipmmciaobhojoghlmleefbicajg
Description Free password security you can trust.
File Size 14.01 MB
Installation Count 5,194,256
Current Version 8.1.2.71
Last Updated 2024-01-10
Publish Date 2020-06-26
Rating 3.04/5 Total 1242 Ratings
Developer https://norton.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.nortonlifelock.com/privacy
Supported Languages de,en,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,ro,fi,sv,cs,el,ru,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "images\/npw-badge-icon.svg",
        "images\/npw-badge-icon-locked.svg",
        "images\/spinner-blue.gif",
        "css\/content-page.css",
        "css\/popup-content-page.css",
        "html\/popup-in-page.html",
        "html\/notification.html",
        "html\/auto-password-changer-overlay.html",
        "html\/compromised-password-ribbon.html",
        "css\/auto-password-changer-overlay.css",
        "html\/onboardSetup.html"
    ],
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "24": "images\/icons\/logo_npw_24.png",
        "48": "images\/icons\/logo_npw_48.png",
        "16": "images\/icons\/logo_npw_16.png",
        "32": "images\/icons\/logo_npw_32.png",
        "192": "images\/icons\/logo_npw_192.png",
        "64": "images\/icons\/logo_npw_64.png",
        "72": "images\/icons\/logo_npw_72.png",
        "128": "images\/icons\/logo_npw_128.png"
    },
    "author": "Symantec Corporation",
    "background": {
        "page": "global.html",
        "persistent": true
    },
    "name": "__MSG_extName__",
    "optional_permissions": [
        "privacy"
    ],
    "version": "8.1.2.71",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "vendor\/libs.common.js",
                "content\/cs.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.norton.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content\/scripts\/portalInstallFlowCS.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/cloudconnect2.norton.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendor\/libs.common.js",
                "content\/cctListener.js"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/login.norton.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "vendor\/libs.common.js",
                "content\/nslListener.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.citi.com\/credit-cards\/citi.action*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/accountonline.login.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zara.com\/webapp\/wcs\/stores\/servlet\/OrderPaymentPage*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zara.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.tirerack.com\/ssl\/PaymentOptions.jsp*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/tirerack.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/store.steampowered.com\/checkout\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/steampowered.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/secure-luxury.zappos.com\/checkout\/pay*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/secure-luxury.zappos.com\/checkout*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/secure-luxury.zappos.com\/checkout\/address*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.abercrombie.com\/shop\/OrderCheckoutDisplayView*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/abercrombie.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/ib.absa.co.za\/absa-online\/login.jsp*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/ib.absa.co.za.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.marksandspencer.com\/webapp\/wcs\/stores\/servlet\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/marksandspencer.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.hautelook.com\/checkout*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/hautelook.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.hobbylobby.com\/checkout\/multi\/payment-method\/add*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/hobbylobby.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/nid.naver.com\/nidlogin.login*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/naver.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.qvc.com\/webapp\/wcs\/stores\/servlet\/BillingDetailsView*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/qvc.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/direct.kinecta.org\/9002Kinecta\/AOP\/Password.aspx*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/direct.kinecta.org.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/payselect\/handlers\/display.html*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/amazon.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/shipoptionselect\/handlers\/display.html*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/amazon.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/addressselect\/handlers\/continue.html*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/amazon.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/shipaddressselect\/handlers\/continue.html*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/amazon.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/idmsa.apple.com\/appleauth\/auth\/authorize\/signin*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/icloud.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/idmsa.apple.com\/appleauth\/auth\/signin*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/icloud.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.uniqlo.com\/us\/en\/billing-checkout\/*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/uniqlo.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/appleid.apple.com\/auth\/authorize*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/icloud.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zappos.com\/checkout\/pay*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.zappos.com\/checkout\/initiate*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.zappos.com\/checkout\/address*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/zappos.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.ifixit.com\/cart\/place-order*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/ifixit.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.dickssportinggoods.com\/DSGPaymentViewCmd*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/dickssportinggoods.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/accountonline.citi.com\/cards\/svc\/LoginGet.do*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/accountonline.citi.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.footlocker.com\/checkout*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/footlocker.com.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mycw39.eclinicalweb.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/mycw39.eclinicalweb.com.js"
            ]
        },
        {
            "matches": [
                "https:\/\/login.vivo.com.br\/loginmarca\/appmanager\/marca\/publico*"
            ],
            "all_frames": true,
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/login.vivo.com.br.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.northwest.bank\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "content\/formdata\/sitescripts\/WAXUtils.js",
                "content\/formdata\/sitescripts\/northwest.com.js"
            ]
        }
    ],
    "version_name": "8.1.2.71",
    "browser_action": {
        "default_icon": {
            "32": "images\/icons\/[email protected]",
            "48": "images\/icons\/[email protected]",
            "16": "images\/icons\/ic-extension-warn.png"
        },
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "alarms",
        "webRequestBlocking",
        "clipboardWrite",
        "background",
        ""
    ],
    "externally_connectable": []
}