PGP Anywhere
Use PGP wherever you are
O que é PGP Anywhere?
PGP Anywhere é uma extensão do Chrome desenvolvida por Nicolas Giese, e sua principal característica é "Use PGP wherever you are".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PGP Anywhere
Baixe arquivos de extensão PGP Anywhere no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | cdlcdnmhcodhagbmljapgbjdimjckilb |
URL Oficial | https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb |
Descrição | Use PGP wherever you are |
Tamanho do Arquivo | 1.5 MB |
Contagem de Instalações | 3,420 |
Versão Atual | 5.0.2 |
Última Atualização | 2021-07-21 |
Data de Publicação | 2018-02-18 |
Classificação | 4.08/5 Total de 167 Avaliações |
Desenvolvedor | Nicolas Giese |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |