Export Emails to Google Sheets by cloudHQ
Back up, export or parse your Gmail email messages and labels to Google Sheets
O que é Export Emails to Google Sheets by cloudHQ?
Export Emails to Google Sheets by cloudHQ é uma extensão do Chrome desenvolvida por https://www.emails-to-sheets.com, e sua principal característica é "Back up, export or parse your Gmail email messages and labels to Google Sheets".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Export Emails to Google Sheets by cloudHQ
Baixe arquivos de extensão Export Emails to Google Sheets by cloudHQ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Export Emails to Google Sheets by cloudHQ |
ID | ibpbagbedfnlepijbnjeanihpoohkocm |
URL Oficial | https://chromewebstore.google.com/detail/export-emails-to-google-s/ibpbagbedfnlepijbnjeanihpoohkocm |
Descrição | Back up, export or parse your Gmail email messages and labels to Google Sheets |
Tamanho do Arquivo | 174 KB |
Contagem de Instalações | 55,384 |
Versão Atual | 1.0.1.12 |
Última Atualização | 2024-03-04 |
Data de Publicação | 2020-05-09 |
Classificação | 4.67/5 Total de 233 Avaliações |
Desenvolvedor | https://www.emails-to-sheets.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://www.emails-to-sheets.com/ |
URL da Página de Ajuda | https://support.cloudhq.net/category/browser-extensions/export-emails-to-excel-csv-or-google-sheet/ |
URL da Página de Política de Privacidade | https://www.cloudhq.net/privacy |
Idiomas Suportados | 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 } |