Save or Back up Gmail Messages to SharePoint

Save any Gmail emails or labels to Microsoft 365 SharePoint with one click

Save or Back up Gmail Messages to SharePoint là gì?

Save or Back up Gmail Messages to SharePoint là một tiện ích mở rộng Chrome được phát triển bởi https://www.save-emails-to-sharepoint.com, và tính năng chính của nó là "Save any Gmail emails or labels to Microsoft 365 SharePoint with one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save or Back up Gmail Messages to SharePoint

Tải xuống các tệp mở rộng Save or Back up Gmail Messages to SharePoint 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

                        This extension allows to transfer their Gmail emails directly to Microsoft 365 SharePoint with just one click. 

This tool offers various functionalities like saving individual emails or in batches, archiving all emails at once, continuous automatic saving, and organization-wide email backup. It also allows for customization in saving preferences, such as consolidating email conversations, deciding attachment placements, and saving emails in multiple formats like PDF, HTML, TXT, EML

Here’s what you can do:
- Save individual emails, or in batches
- Label backup
- Archive all your emails in one go
- Continuously save emails automatically
- Ensure organization-wide email backup

Here is how to use this extension:
1. Select the emails you want to save.
2. Click on the "Save Emails to SharePoint" icon, and select the SharePoint Site, Document Library, and folder.
3. Choose the email export options.
4. Click on "Save".

Choose your saving preferences:
- Consolidate email conversations into a single document or separate them
- Decide whether to place attachments within the email body or in separate files
- Save your emails in various file formats such as PDF, HTML, TXT, EML
- Customize the way your files are named to suit your organizational needs

By saving Gmail emails to Microsoft SharePoint, you gain:
* Enhanced Information Security: 
Keep your sensitive email information secure and managed within SharePoint’s robust platform.

* Streamlined File Management: 
Organize your emails seamlessly alongside your SharePoint documents.

The intuitive integration of SharePoint's dynamic folder structures and metadata tagging options empowers you to navigate and control your documents with unprecedented ease. Plus, you’ll be able to monitor all your email correspondences within SharePoint’s advanced tracking system.

Embrace a clutter-free inbox and fortified email archiving with this must-have extension. It’s not just a tool; it’s your gateway to maximized productivity and fortified security.

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

Visit our Website: https://www.save-emails-to-sharepoint.com/
Explore Pricing: https://www.save-emails-to-sharepoint.com/pricing
Need Help? Support Page: https://support.cloudhq.net/?s=sharepoint
Discover Insights. Blog: https://blog.cloudhq.net/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save or Back up Gmail Messages to SharePoint Save or Back up Gmail Messages to SharePoint
ID aeacdnjbenoheafihciobeabjicpphfl
URL Chính Thức https://chromewebstore.google.com/detail/save-or-back-up-gmail-mes/aeacdnjbenoheafihciobeabjicpphfl
Mô tả Save any Gmail emails or labels to Microsoft 365 SharePoint with one click
Kích Thước Tệp 454 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 1.0.0.11
Cập Nhật Lần Cuối 2023-11-29
Ngày Phát Hành 2023-11-08
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://www.save-emails-to-sharepoint.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.save-emails-to-sharepoint.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": "Save or Back up Gmail Messages to SharePoint",
    "short_name": "Save Emails",
    "description": "Save any Gmail emails or labels to Microsoft 365 SharePoint with one click",
    "version": "1.0.0.11",
    "author": "https:\/\/www.cloudhq.net",
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/popover.css",
                "stylesheets\/file_browser.css",
                "stylesheets\/main_save_to_sharepoint.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"
    ],
    "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\/icon-128x128.png",
        "default_title": "Save emails to SharePoint by cloudHQ"
    }
}