Save Emails to Google Drive by cloudHQ

Save any Gmail email to Google Drive with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...

Τι είναι το Save Emails to Google Drive by cloudHQ;

Το Save Emails to Google Drive by cloudHQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.save-emails-to-google-drive.com, και η κύρια λειτουργία του είναι "Save any Gmail email to Google Drive with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Save Emails to Google Drive by cloudHQ

Λήψη αρχείων επέκτασης Save Emails to Google Drive by cloudHQ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        In just 1 click, save your Gmail™ (and its attachments) directly to your Google Drive™. 

This is a perfect solution to liberate your emails from Gmail so that you can file emails in your Google Drive. 

Tip: You can organize emails in a file under your client folder, where you can easily add your comments and share them with a colleague. 

There's no complicated downloads, and 100% free for you to use. 

Key features:
✅Quick save of any email - save it and share it with just one click
✅Auto save of labels 
✅Google G Suite support
✅Team integration and Google Shared Drive support
✅Google G Suite admin integration: admin can control and configure everything from the console
✅Real time backup and archive of your emails

You can save emails into following formats, and includes attachments in:
- PDF
- TXT
- HTML
- EML (email archive)

Saving your emails/label to Google Drive is great to:
✔️Send all of your e-receipts, in 1 pdf to your accountant 
✔️Organize all your emails for litigation to send to the police or your lawyer
✔️Create a hard copy backup of your emails for your own records

The free plan includes 50 emails/month. Our Premium Plan allow unlimited email saves and backup.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Save Emails to Google Drive by cloudHQ Save Emails to Google Drive by cloudHQ
ID glgaegbgegomicnedooifcbnmppmofkf
Επίσημο URL https://chromewebstore.google.com/detail/save-emails-to-google-dri/glgaegbgegomicnedooifcbnmppmofkf
Περιγραφή Save any Gmail email to Google Drive with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...
Μέγεθος Αρχείου 191 KB
Αριθμός Εγκαταστάσεων 48,803
Τρέχουσα Έκδοση 1.0.0.8
Τελευταία Ενημέρωση 2021-02-26
Ημερομηνία Δημοσίευσης 2020-05-08
Αξιολόγηση 4.38/5 Συνολικά 159 Αξιολογήσεις
Προγραμματιστής https://www.save-emails-to-google-drive.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.save-emails-to-google-drive.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.cloudhq.net/category/browser/save-emails-to-google-drive/
URL της Σελίδας Πολιτικής Απορρήτου https://www.cloudhq.net/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.cloodhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "Save Emails to Google Drive by cloudHQ",
    "short_name": "Save Emails to Google Drive by cloudHQ",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/jquery-1.4.4.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/save_to_googledrive.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_save_to_googledrive.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_save_to_googledrive_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.0.8",
    "description": "Save any Gmail email to Google Drive with one click. Autosave of all emails in a label. Multiple export formats: PDF, HTML, TXT, ...",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/"
    ],
    "manifest_version": 2
}