Digify for Gmail: Encrypt, track, and unsend
Automatically encrypt messages & attachments, track file views & opens and revoke access even after sending.
Digify for Gmail: Encrypt, track, and unsend क्या है?
Digify for Gmail: Encrypt, track, and unsend https://digify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically encrypt messages & attachments, track file views & opens and revoke access even after sending."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Digify for Gmail: Encrypt, track, and unsend एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
As seen on Venture Beat, Product Hunt, Netted by the Webbys - Webby Awards: Stay in control of your confidential messages and documents with Digify for Gmail, a free-to-install Chrome extension. - Protect your emails and files with advanced encryption and security - Control who can access your message/file and restrict downloading or printing - Add a dynamic watermark that includes the recipient’s email address - Set an expiry date or a self-destruct timer for your message/file - Digify automatically encrypts your composed message and file attachments Find out if your message and attachments were viewed by the right people - View statistics to know who has viewed your message and attachment, how many times and for how long - Track documents views, prints and downloads Unsend your attachments and revoke access anytime - Whether you’ve changed your mind or sent a file by mistake, you can easily revoke a message or a document from all recipients. To get started, install Digify for Gmail and sign up for a free Digify trial account. For feedback or questions, please contact us at [email protected]
एक्सटेंशन की मूल जानकारी
नाम | Digify for Gmail: Encrypt, track, and unsend |
ID | lccpadlcbfphjdlckfnlahjhikmgglak |
आधिकारिक URL | https://chromewebstore.google.com/detail/digify-for-gmail-encrypt/lccpadlcbfphjdlckfnlahjhikmgglak |
विवरण | Automatically encrypt messages & attachments, track file views & opens and revoke access even after sending. |
फ़ाइल का आकार | 9.54 MB |
स्थापना संख्या | 4,038 |
वर्तमान संस्करण | 5.0.4 |
अंतिम अपडेट | 2020-10-15 |
प्रकाशन तिथि | 2019-12-30 |
रेटिंग | 4.32/5 कुल 22 रेटिंग्स |
डेवलपर | https://digify.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://digify.com/secure-email-attachment.html |
गोपनीयता नीति पृष्ठ URL | https://digify.com/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Digify for Gmail: Encrypt, track, and unsend", "description": "Automatically encrypt messages & attachments, track file views & opens and revoke access even after sending.", "version": "5.0.4", "short_name": "Digify for Gmail", "icons": { "16": "img\/clip16.png", "48": "img\/clip48.png", "128": "img\/clip128.png" }, "content_scripts": [ { "css": [ "css\/main.css" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "https:\/\/*.digify.com\/*" ], "js": [ "js\/lib\/inboxsdk.js", "\/js\/app\/myapp.js", "js\/app\/config.js", "js\/app\/content.js" ] } ], "background": { "persistent": true, "scripts": [ "js\/lib\/jquery-3.4.1.min.js", "js\/app\/config.js", "\/js\/app\/g.js", "js\/app\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/*.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "oauth2": { "client_id": "943199299845-8fuli6kfgmv2hkhkuog51a8u7l6ubdtn.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqlf5VO+Q4cap7HU7jrhpvLdPjXYGEUCYKMytk4tGoY2aF2L4ewMFAD1djlZ5gbg\/65qfNybH6uan+vouZZ62fJoCXibADszNjORuiIk6QEPmKtj99i3MpxDg9YqUtYo0M26qw9pB1UIqUZlnOB65U8+Cw1p7A3UUl07lb484ZNkHVImlTMMzDO45v1IhBWtY36G0czQcRMoGH2zTso7eUlU+0u7iz\/8r88rfEINBjVLc5INQnppAU\/K6ZjRoe2aeSgzeLH43vSs0P7\/xbarDwbi2EiypldiJ8vOf3VmRsXo2pJJXKKZid\/vfpAnvSRXdYsMU6j8kZtMEUHoxjz54eQIDAQAB", "permissions": [ "identity", "identity.email", "https:\/\/*.digify.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/www.googleapis.com\/*", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "https:\/\/*.intercom.io\/*", "https:\/\/*.pusherapp.com\/*" ], "web_accessible_resources": [ "html\/index.html" ] } |