Export Emails to Google Sheets by cloudHQ

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

什麼是Export Emails to Google Sheets by cloudHQ?

Export Emails to Google Sheets by cloudHQ是由https://www.emails-to-sheets.com開發的Chrome擴展程式,該擴展的主要功能是“Back up, export or parse your Gmail email messages and labels to Google Sheets”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Export Emails to Google Sheets by cloudHQ擴展crx文件

下載Export Emails to Google Sheets by cloudHQ擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Export Emails to Google Sheets by cloudHQ Export Emails to Google Sheets by cloudHQ
ID ibpbagbedfnlepijbnjeanihpoohkocm
官方網址 https://chromewebstore.google.com/detail/export-emails-to-google-s/ibpbagbedfnlepijbnjeanihpoohkocm
簡介 Back up, export or parse your Gmail email messages and labels to Google Sheets
檔案大小 174 KB
安裝次數 55,384
目前版本 1.0.1.12
更新時間 2024-03-04
上架時間 2020-05-09
評分 4.67/5 共 233 次評分
開發者 https://www.emails-to-sheets.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://www.emails-to-sheets.com/
說明頁面URL https://support.cloudhq.net/category/browser-extensions/export-emails-to-excel-csv-or-google-sheet/
隱私政策頁面URL https://www.cloudhq.net/privacy
支援的語言 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
}