Export Emails to Google Sheets by cloudHQ

Back up, export or parse your Gmail email messages and labels to Google Sheets

Qu'est-ce que Export Emails to Google Sheets by cloudHQ ?

Export Emails to Google Sheets by cloudHQ est une extension Chrome développée par https://www.emails-to-sheets.com, et sa fonction principale est "Back up, export or parse your Gmail email messages and labels to Google Sheets".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Export Emails to Google Sheets by cloudHQ

Téléchargez les fichiers d'extension Export Emails to Google Sheets by cloudHQ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        EXCELLENT for business: The data sitting in your Gmail emails can be a goldmine. 

This tool will extract any data from your Gmail messages (invoice#, amount, etc.) and save it your Google sheets.

~~~Why Use an Email Parser?~~~

✅ Extract specific information from their emails, such as dates, numbers, or names, and use that information in other applications or tools.

✅ Organize and classify their emails based on specific criteria, such as sender, subject, or keywords.

✅ Automate certain tasks, such as sending automatic replies or moving emails to different folders based on their content.

✅ Backup and archive their emails in a more structured and searchable format, such as a Google Sheets document or a database.

✅ Share or collaborate on their emails with other people, such as team members or clients, in a more efficient and secure way.

Overall, email parsing can be a useful tool for anyone who wants to better manage, analyze, and share their email data.

~~~What to Use an Email Parser for?~~~

✔️ Email discovery / email backup
✔️ Collect all invoices and receipts
✔️ Email analytics
✔️ Email list builder
✔️ Applicant tracking system
✔️ Shipping and delivery report
✔️ Order status and customer feedback
✔️ Collect real estate report
✔️ Identify all bounced emails
✔️ Collect Google Alerts (about your name, your company, the industry that you're in, etc)
✔️ Email marketing campaign statistics
✔️ Export emails from foreign-language customers so that you can get them translated  
✔️ Share incoming support issues from customers with the rest of your support team 

And so much more.


~~~Key features~~~

⭐ Real time export of all emails in your Gmail label, and any new incoming emails to Google Sheets  
⭐ Pre-built rules to export all contact information like: phone#, email addresses, url links from email body
⭐ 1-Click wizards
⭐ Powerful email parser editor to define the exact information you want exported to Google Sheets (how to extract data from your email message)
⭐ Email messages can be exported to PDF and saved in Google Drive
⭐ Attachments (like invoices, receipts, etc.) saved as a PDF in Google Drive
⭐ Artificial Intelligence rules are used to detect what to export from your email body, like amount paid, order #, or other patterns it can detect.
⭐ Export all email headers (including X- headers)
⭐ Google Workspace team support (control export of emails from admin console)

Try it today and stop wasting your precious time. We have this application that does this monotonous job for us! Our goal is to give you the tools to make the best strategic decisions for you. Once your data is presented in a way that can be more easily understood, you hold the power of knowledge to make those strategic decisions. Google Sheets will help you understand the bigger picture of whatever you need to keep track of in an up-to-date spreadsheet report of parsed email data.

How it works:

1. Install the extension
2. On the left side, select the label to export and select "Save label to Google Sheets" in the label menu
3. The options dialog will open
4. Select columns to export (Subject, sender, etc.) and options (continuous export, name of a spreadsheet, etc.)
5. Our user-friendly editor will help you define what information you want to parse from your emails, and extract that information into Google Sheets (like order#, user comment, etc.)
6. Start the export



cloudHQ. Helping your productivity, 1 click at a time.

cloudHQ website: https://www.cloudhq.net/
App website: https://www.emails-to-sheets.com/
Pricing: https://www.emails-to-sheets.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/export-emails-to-excel-csv-or-google-sheet
Blog: https://blog.cloudhq.net                    

Informations de Base sur l'Extension

Nom Export Emails to Google Sheets by cloudHQ Export Emails to Google Sheets by cloudHQ
ID ibpbagbedfnlepijbnjeanihpoohkocm
URL Officiel https://chromewebstore.google.com/detail/export-emails-to-google-s/ibpbagbedfnlepijbnjeanihpoohkocm
Description Back up, export or parse your Gmail email messages and labels to Google Sheets
Taille du Fichier 174 KB
Nombre d'Installations 55,384
Version Actuelle 1.0.1.12
Dernière Mise à Jour 2024-03-04
Date de Publication 2020-05-09
Évaluation 4.67/5 Total 233 Évaluations
Développeur https://www.emails-to-sheets.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.emails-to-sheets.com/
URL de la Page d'Aide https://support.cloudhq.net/category/browser-extensions/export-emails-to-excel-csv-or-google-sheet/
URL de la Page de Politique de Confidentialité https://www.cloudhq.net/privacy
Langues Prises en Charge de,en,fr,nl,es,it,pl,pt-BR,pt-PT,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/www.cloudhq.net; object-src 'self' https:\/\/www.cloudhq.net",
    "web_accessible_resources": [
        "javascripts\/*",
        "icons\/*"
    ],
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.orecons.com\/*",
            "*:\/\/*.cloudhq.net\/*"
        ]
    },
    "converted_from_user_script": true,
    "background": {
        "persistent": true,
        "scripts": [
            "javascripts\/background.js",
            "javascripts\/popup.js",
            "javascripts\/jquery-3.4.1.min.js",
            "javascripts\/jquery.json.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_gmail_sheets.css"
            ],
            "include_globs": [],
            "js": [
                "javascripts\/inboxsdk.js",
                "javascripts\/main_gmail_sheets_loader.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "version": "1.0.1.12",
    "description": "__MSG_appDetail__",
    "permissions": [
        "storage",
        "background",
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "https:\/\/www.cloudhq.net\/",
        "https:\/\/support.cloudhq.net\/"
    ],
    "manifest_version": 2
}