Export Emails to Google Docs
Consolidate emails into nicely organized Google Docs
Export Emails to Google Docs là gì?
Export Emails to Google Docs là một tiện ích mở rộng Chrome được phát triển bởi https://www.emails-to-docs.com, và tính năng chính của nó là "Consolidate emails into nicely organized Google Docs".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Export Emails to Google Docs
Tải xuống các tệp mở rộng Export Emails to Google Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Many organizations need to investigate email messages and collaborate on them. The problem is that searching through emails can be a very frustrating task. Export Emails to Google Docs by cloudHQ solves this problem: it exports and saves your emails into neatly organized Google Docs™. For example, in education, teachers and administrators need to give regular updates on their students' progress to parents and/or guardians via email. When meeting with those parents and/or guardians at parent teacher conferences, or when discussing a student's case with other teachers, it's hard to refer back to those emails because it could be voluminous. Export Emails to Google Docs by cloudHQ helps to solve this reporting problem by organizing email threads into neatly organized Google Docs™. Features: ✔️ Save individual email messages or multiple conversations to Google Docs™ ✔️ Automatic continuous save of a Gmail™ Label to Google Docs™ ✔️ All emails are saved as PDF documents to Google Drive™ and are organized by: the sender, the recipient and the Gmail™ Label (where applicable). ✔️ All attachments are saved as well ✔️ Multiple ways to organize content Don't delay getting started and save your emails to Google Docs™ today! cloudHQ. Helping your productivity, 1 click at a time. cloudHQ website: https://www.cloudhq.net/ App website: https://www.emails-to-docs.com/ Pricing: https://www.emails-to-docs.com/pricing Support page: https://support.cloudhq.net/category/browser-extensions/export-emails-to-docs/ FAQ page: https://support.cloudhq.net/export-emails-to-google-docs-faq-frequently-asked-questions/ Blog: https://blog.cloudhq.net
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Export Emails to Google Docs |
ID | mmldpaklpefcmbknkimieipafeniinem |
URL Chính Thức | https://chromewebstore.google.com/detail/export-emails-to-google-d/mmldpaklpefcmbknkimieipafeniinem |
Mô tả | Consolidate emails into nicely organized Google Docs |
Kích Thước Tệp | 569 KB |
Số Lần Cài Đặt | 8,000 |
Phiên Bản Hiện Tại | 1.0.1.3 |
Cập Nhật Lần Cuối | 2024-03-04 |
Ngày Phát Hành | 2021-09-21 |
Đánh Giá | 5.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://www.emails-to-docs.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.emails-to-docs.com |
URL Trang Trợ Giúp | https://support.cloudhq.net |
URL Trang Chính Sách Bảo Mật | https://www.cloudhq.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Emails to Google Docs", "short_name": "Gmail Docs", "description": "Consolidate emails into nicely organized Google Docs", "version": "1.0.1.3", "author": "https:\/\/www.cloudhq.net", "content_scripts": [ { "exclude_globs": [], "css": [ "stylesheets\/jquery.dropdown.css", "stylesheets\/popover.css", "stylesheets\/file_browser.css", "stylesheets\/main_gmail_sheets.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", "tabs" ], "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\/gmail_docs_app_icon.png", "default_title": "Export Emails to Google Docs by cloudHQ" } } |