Enpass Password Manager

Enpass extension autofills logins, passwords, credit cards and identities from the Enpass desktop application.

Τι είναι το Enpass Password Manager;

Το Enpass Password Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.enpass.io, και η κύρια λειτουργία του είναι "Enpass extension autofills logins, passwords, credit cards and identities from the Enpass desktop application.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Enpass Password Manager

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

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

                        Attention:- This extension requires the Enpass Password Manager Desktop application to be installed and running on your computer in order to autofill your data.

You can download the desktop application free of charge from here: https://www.enpass.io/downloads/

##More about Enpass
Enpass is the “offline” password manager that keeps all your passwords, credentials and important files organized and secure.

“Offline” means we don’t store your passwords, credentials or files on our servers. You keep control of your most sensitive information – your data is stored (encrypted) locally on your device(s), and, you can still synchronize it across your devices using your own cloud accounts, without sending it to our servers.                    

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

Όνομα Enpass Password Manager Enpass Password Manager
ID kmcfomidfpdkfieipokbalgegidffkal
Επίσημο URL https://chromewebstore.google.com/detail/enpass-password-manager/kmcfomidfpdkfieipokbalgegidffkal
Περιγραφή Enpass extension autofills logins, passwords, credit cards and identities from the Enpass desktop application.
Μέγεθος Αρχείου 21.18 MB
Αριθμός Εγκαταστάσεων 124,447
Τρέχουσα Έκδοση 6.9.3
Τελευταία Ενημέρωση 2023-11-08
Ημερομηνία Δημοσίευσης 2020-03-12
Αξιολόγηση 3.64/5 Συνολικά 392 Αξιολογήσεις
Προγραμματιστής https://www.enpass.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.enpass.io/enpass-browser-extension/
Διεύθυνση URL της Σελίδας Βοήθειας https://discussion.enpass.io
URL της Σελίδας Πολιτικής Απορρήτου https://www.enpass.io/privacy-policy
Υποστηριζόμενες Γλώσσες id,ms,de,en,fr,nl,no,vi,tr,ca,da,hr,it,hu,pl,ro,sk,fi,cs,el,ru,uk,iw,hi,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enpass Password Manager",
    "short_name": "Enpass",
    "version": "6.9.3",
    "description": "Enpass extension autofills logins, passwords, credit cards and identities from the Enpass desktop application.",
    "author": "Enpass Technologies Inc.",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.enpass.io",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "webNavigation",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "optional_permissions": [
        "privacy"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+Period",
                "mac": "Command+Shift+Period"
            }
        },
        "lock": {
            "name": "lock",
            "description": "__MSG_string_shortcut_lock__"
        },
        "autofill": {
            "name": "autofill",
            "description": "__MSG_string_shortcut_autofill__"
        }
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "40": "icons\/icon-40.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png",
        "256": "icons\/icon-256.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/toolbar-chrome-dark.png",
            "32": "icons\/[email protected]",
            "48": "icons\/[email protected]",
            "64": "icons\/toolbar-chrome-dark-64.png",
            "96": "icons\/toolbar-chrome-dark-96.png",
            "128": "icons\/toolbar-chrome-dark-128.png",
            "256": "icons\/toolbar-chrome-dark-256.png"
        }
    },
    "options_ui": {
        "page": "pages\/settings\/option.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "injected\/scripts\/content.js"
            ],
            "css": [
                "styles\/animation-fill.css"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "injected\/scripts\/webauthnInterceptor.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected\/dialog\/dialog.html",
                "injected\/menu\/index.html",
                "pages\/images\/gradient-bg.svg",
                "pages\/images\/enpass-145.png",
                "icons\/icon-16.png",
                "icons\/icon-24.png",
                "icons\/icon-locked.svg",
                "icons\/icon-unlocked.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "103",
    "version_name": "6.9.3"
}