PGP Anywhere
Use PGP wherever you are
PGP Anywhere क्या है?
PGP Anywhere Nicolas Giese द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use PGP wherever you are"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PGP Anywhere एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } } |