PGP Anywhere

Use PGP wherever you are

PGP Anywhere là gì?

PGP Anywhere là một tiện ích mở rộng Chrome được phát triển bởi Nicolas Giese, và tính năng chính của nó là "Use PGP wherever you are".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PGP Anywhere

Tải xuống các tệp mở rộng PGP Anywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PGP Anywhere PGP Anywhere
ID cdlcdnmhcodhagbmljapgbjdimjckilb
URL Chính Thức https://chromewebstore.google.com/detail/pgp-anywhere/cdlcdnmhcodhagbmljapgbjdimjckilb
Mô tả Use PGP wherever you are
Kích Thước Tệp 1.5 MB
Số Lần Cài Đặt 3,420
Phiên Bản Hiện Tại 5.0.2
Cập Nhật Lần Cuối 2021-07-21
Ngày Phát Hành 2018-02-18
Đánh Giá 4.08/5 Tổng số 167 Đánh Giá
Nhà Phát Triển Nicolas Giese
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}