Panda Dome Passwords

Never forget a password again! Panda Dome Passwords will make your life easier and passwords safer.

Τι είναι το Panda Dome Passwords;

Το Panda Dome Passwords είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PandaSafeWeb, και η κύρια λειτουργία του είναι "Never forget a password again! Panda Dome Passwords will make your life easier and passwords safer.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Panda Dome Passwords

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

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

                        With Panda Dome Passwords, you’ll be able to manage all your passwords easily and securely, keeping your personal information safe.

Using the same password for all your accounts is definitely not advisable. But at the same time, it’s almost impossible to remember them all. With Panda Security’s password manager, all you need to remember is one master password. Panda Dome Passwords will recognize and remember all the data required to log you in to your favorite services.

Panda Dome Passwords helps you:

- Manage all your passwords with a single master key.
- Auto fill forms. Save time by automatically filling in registration information.
- Generate strong passwords with military-grade encryption algorithms.
- Sync your passwords across all your devices under a single account.
- Create ‘secure notes’: encrypted virtual Post-It notes that only you can access using your master password.
- Delete your browsing history and close all your web pages and services remotely.
- Protect your most sensitive data!

Security starts with you. If you are making one or all of these mistakes, Panda Dome Passwords is the perfect product for you:

- You keep your passwords on Post-It notes next to your computer
- You write down all your passwords in a notebook or notepad
- You use the same password over and over again for all your accounts
- You tend to forget your passwords and are never sure where to keep them

With Panda Dome Passwords you’ll rest assured knowing the only thing you need to remember is your master password! Access all the information you need with a single click without worrying about your privacy.

THIS IS A WHITE LABEL EXTENSION FOR PANDA SECURITY                    

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

Όνομα Panda Dome Passwords Panda Dome Passwords
ID likphdclfgdmcihpdlokahbhdonnecmg
Επίσημο URL https://chromewebstore.google.com/detail/panda-dome-passwords/likphdclfgdmcihpdlokahbhdonnecmg
Περιγραφή Never forget a password again! Panda Dome Passwords will make your life easier and passwords safer.
Μέγεθος Αρχείου 5.42 MB
Αριθμός Εγκαταστάσεων 3,880
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2023-09-22
Ημερομηνία Δημοσίευσης 2020-07-01
Αξιολόγηση 3.00/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής PandaSafeWeb
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pandasecurity.com/passwords
Διεύθυνση URL της Σελίδας Βοήθειας https://www.pandasecurity.com/support
URL της Σελίδας Πολιτικής Απορρήτου http://www.pandasecurity.com/homeusers/media/legal-notice
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Panda Dome Passwords",
    "short_name": "Panda Passwords",
    "description": "Never forget a password again! Panda Dome Passwords will make your life easier and passwords safer.",
    "version": "1.2.1",
    "author": "Panda Security",
    "homepage_url": "http:\/\/go.pandasecurity.com\/dome\/passwords\/welcome",
    "background": {
        "service_worker": "src\/background\/service-worker-wrapper.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "src\/forge\/forge.js",
                "src\/content_scripts\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "src\/images\/icons\/icon-16.png",
        "48": "src\/images\/icons\/icon-48.png",
        "128": "src\/images\/icons\/icon-128.png"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "storage",
        "cookies",
        "activeTab",
        "unlimitedStorage",
        "clipboardWrite",
        "bookmarks"
    ],
    "optional_permissions": [
        "contextMenus",
        "privacy"
    ],
    "action": {
        "default_icon": {
            "128": "src\/images\/icons\/icon-128.png"
        },
        "default_popup": "src\/ui\/index.html",
        "default_title": "Panda Dome Passwords"
    },
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "src\/images\/icons\/blank.png",
                "src\/content_scripts\/popup.html",
                "src\/content_scripts\/notification.html",
                "src\/images\/icons\/icon-32.png",
                "src\/images\/icons\/icon-32-i.png",
                "src\/images\/icons\/iconForce-32.png"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; img-src * data: ; object-src 'self'"
    }
}