PGP Anywhere

Use PGP wherever you are

Qu'est-ce que PGP Anywhere ?

PGP Anywhere est une extension Chrome développée par Nicolas Giese, et sa fonction principale est "Use PGP wherever you are".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PGP Anywhere

Téléchargez les fichiers d'extension PGP Anywhere au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom PGP Anywhere PGP Anywhere
ID cdlcdnmhcodhagbmljapgbjdimjckilb
URL Officiel https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb
Description Use PGP wherever you are
Taille du Fichier 1.5 MB
Nombre d'Installations 3,420
Version Actuelle 5.0.2
Dernière Mise à Jour 2021-07-21
Date de Publication 2018-02-18
Évaluation 4.08/5 Total 167 Évaluations
Développeur Nicolas Giese
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}