PGP Anywhere

Use PGP wherever you are

Τι είναι το PGP Anywhere;

Το PGP Anywhere είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nicolas Giese, και η κύρια λειτουργία του είναι "Use PGP wherever you are".

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

screenshot

Λήψη αρχείου CRX της επέκτασης PGP Anywhere

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

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

                        Use PGP wherever you are - including encryption and digital signatures!

++ Full clientside encryption of your keyring ++ Cloud - Synchronization ++ Anonymous ++ Simple & Fast ++ Open Source ++ Active Development ++ Support for digital signatures ++

Permissions required:
- Storage (to be allowed to sync encrypted keyrings to the cloud)
- Identity (to be able to check if the user is logged in and initiating sync)

Source: https://github.com/JamesCullum/PGP-Anywhere                    

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

Όνομα PGP Anywhere PGP Anywhere
ID cdlcdnmhcodhagbmljapgbjdimjckilb
Επίσημο URL https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb
Περιγραφή Use PGP wherever you are
Μέγεθος Αρχείου 1.5 MB
Αριθμός Εγκαταστάσεων 3,420
Τρέχουσα Έκδοση 5.0.2
Τελευταία Ενημέρωση 2021-07-21
Ημερομηνία Δημοσίευσης 2018-02-18
Αξιολόγηση 4.08/5 Συνολικά 167 Αξιολογήσεις
Προγραμματιστής Nicolas Giese
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PGP Anywhere",
    "description": "__MSG_manifest_description__",
    "default_locale": "en",
    "version": "5.0.2",
    "icons": {
        "16": "img\/favicon_16.png",
        "48": "img\/favicon_48.png",
        "64": "img\/favicon.png",
        "128": "img\/favicon_128.png"
    },
    "options_page": "html\/options.html",
    "browser_action": {
        "default_icon": "img\/favicon_19.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/background.js"
        ]
    }
}