N-able Passportal

N-able Passportal

Τι είναι το N-able Passportal;

Το N-able Passportal είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Passportal, και η κύρια λειτουργία του είναι "N-able Passportal".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης N-able Passportal

Λήψη αρχείων επέκτασης N-able Passportal σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα N-able Passportal N-able Passportal
ID nakcddgmfmjmdbfahkkiijejmmfkfipc
Επίσημο URL https://chromewebstore.google.com/detail/n-able-passportal/nakcddgmfmjmdbfahkkiijejmmfkfipc
Περιγραφή N-able Passportal
Μέγεθος Αρχείου 6.49 MB
Αριθμός Εγκαταστάσεων 41,241
Τρέχουσα Έκδοση 3.36.1
Τελευταία Ενημέρωση 2024-02-15
Ημερομηνία Δημοσίευσης 2020-05-27
Αξιολόγηση 3.09/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής Passportal
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.solarwindsmsp.com/legal/privacy
Υποστηριζόμενες Γλώσσες 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"
}