N-able Passportal

N-able Passportal

What is N-able Passportal?

N-able Passportal is a Chrome extension developed by Passportal, and its main feature is "N-able Passportal".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download N-able Passportal Extension CRX File

Download N-able Passportal 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

                        You can save all your usernames and passwords to N-able Passportal, and it will automatically log you in to your websites and sync your passwords to all of your devices.

Anywhere Access:
- Install the N-able Passportal browser extension on all computers
- Login using the same N-able Passportal account on any device

Improve Your Digital Identity Security:
- Generate unique and complex passwords
- Create new passwords as you sign up for sites
- Protect your Password App account with Multi-Factor Authentication

Save Everything:
- Store login usernames and passwords
- Manage everything from a simple, searchable “password vault”
- Add, edit, view, delete, and organize your websites

Why should you use Password App?
- Never forget a password
- Generate strong passwords that you don't have to remember 
- Passwords are automatically entered for you on your websites when loaded
- Share your passwords with co-workers in a secured manner
- Only remember 1 password!

My Password App uses AES-256 encryption with hundreds of rounds of encryption processed using SHA-256 hash keys.  Our team can never see or access your passwords.                    

Extension Basic Information

Name N-able Passportal N-able Passportal
ID nakcddgmfmjmdbfahkkiijejmmfkfipc
Official URL https://chromewebstore.google.com/detail/n-able-passportal/nakcddgmfmjmdbfahkkiijejmmfkfipc
Description N-able Passportal
File Size 6.49 MB
Installation Count 41,241
Current Version 3.36.1
Last Updated 2024-02-15
Publish Date 2020-05-27
Rating 3.09/5 Total 34 Ratings
Developer Passportal
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.solarwindsmsp.com/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "author": "Passportal",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "*.svg",
                "fonts\/webfonts\/fa-regular-400.eot",
                "fonts\/webfonts\/fa-regular-400.woff2",
                "fonts\/webfonts\/fa-regular-400.woff",
                "fonts\/webfonts\/fa-regular-400.ttf",
                "fonts\/webfonts\/fa-regular-400.svg",
                "pages\/frame.html",
                "pages\/passwordFrame.html",
                "pages\/passwordChange.html",
                "scripts\/content.js",
                "images\/extension-logo.png",
                "\/images\/globe.svg",
                "\/images\/key.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "privacy",
        "unlimitedStorage",
        "activeTab",
        "clipboardWrite",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/",
        "*:\/\/developer.mozilla.org\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*.passportalmsp.com\/*"
    ],
    "version": "3.36.1"
}