Save Emails to Egnyte by cloudHQ
Save any Gmail™ email to Egnyte with one click
Τι είναι το Save Emails to Egnyte by cloudHQ;
Το Save Emails to Egnyte by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.save-emails-to-egnyte.com, και η κύρια λειτουργία του είναι "Save any Gmail™ email to Egnyte with one click".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Save Emails to Egnyte by cloudHQ
Λήψη αρχείων επέκτασης Save Emails to Egnyte by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Concerned about the security of your overflowing inbox? Seeking a streamlined solution to safeguard and organize all your emails? Saving Gmail emails to Egnyte can be a hassle. But with cloudHQ's "Save Gmail to Egnyte," it's really simple! Just click, and save! You can save: - One email at a time - Multiple emails at a time - All emails at once - All emails at once, and on a continual basis - All emails across an organization You can also select how you want to save your emails to Egnyte: - Save each email conversation separately, or combined in one file - With attachments below the email message, or attachments in a separate file - PDF, HTML, TXT, EML formats - The name format for the file name (date first, from, attachment name, etc) Saving emails to Egnyte ensures: * Controlled External File Sharing: Safely ensure company files are trackable and controllable. * Data Privacy Management: Protect and manage your email data. With its flexible folder structure and metadata tagging, Egnyte allows you to move through the cloud with ease, and its document control and alert system lets you keep tabs on all your important emails. Say goodbye to cluttered inboxes and security concerns, and welcome a streamlined, efficient email management system. After all, it's more than just an extension; it's a step towards optimal productivity and security. cloudHQ. Helping your productivity, one click at a time. **This is only for Egnyte for Gmail. Saving Outlook Emails to Egnyte is coming soon.** Website: https://www.save-emails-to-egnyte.com/ Pricing: https://www.save-emails-to-egnyte.com/pricing Support page: https://support.cloudhq.net/how-to-save-emails-to-egnyte/ Blog: https://blog.cloudhq.net
Βασικές Πληροφορίες Επέκτασης
Όνομα | Save Emails to Egnyte by cloudHQ |
ID | nhbndnfkegbblfiganfghfafpahigomp |
Επίσημο URL | https://chromewebstore.google.com/detail/save-emails-to-egnyte-by/nhbndnfkegbblfiganfghfafpahigomp |
Περιγραφή | Save any Gmail™ email to Egnyte with one click |
Μέγεθος Αρχείου | 424 KB |
Αριθμός Εγκαταστάσεων | 171 |
Τρέχουσα Έκδοση | 1.0.0.10 |
Τελευταία Ενημέρωση | 2023-11-24 |
Ημερομηνία Δημοσίευσης | 2020-05-09 |
Αξιολόγηση | 4.60/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://www.save-emails-to-egnyte.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.save-emails-to-egnyte.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.cloudhq.net |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.cloudhq.net/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Emails to Egnyte by cloudHQ", "short_name": "Save Emails to Egnyte by cloudHQ", "description": "Save any Gmail\u2122 email to Egnyte with one click", "version": "1.0.0.10", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main_save_to_egnyte.css" ], "include_globs": [], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "permissions": [ "scripting", "storage", "background" ], "host_permissions": [ "https:\/\/mail.google.com\/", "https:\/\/mail-attachment.googleusercontent.com\/", "https:\/\/inbox.google.com\/", "https:\/\/www.cloudhq.net\/" ], "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "javascripts\/*", "icons\/*", "*" ], "matches": [ "*:\/\/*.cloudhq.net\/*", "https:\/\/mail.google.com\/*" ] } ], "icons": { "128": "icons\/icon-128x128.png", "48": "icons\/icon-48x48.png" }, "converted_from_user_script": true, "externally_connectable": { "matches": [ "*:\/\/*.cloudhq.net\/*" ] }, "action": { "default_icon": "icons\/icon-128x128.png", "default_title": "Save Emails to Egnyte by cloudHQ" } } |