Share emails via secure URL link by cloudHQ

Share any email on Skype, Slack, chat, etc.

Share emails via secure URL link by cloudHQ là gì?

Share emails via secure URL link by cloudHQ là một tiện ích mở rộng Chrome được phát triển bởi https://www.email-links.com, và tính năng chính của nó là "Share any email on Skype, Slack, chat, etc.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share emails via secure URL link by cloudHQ

Tải xuống các tệp mở rộng Share emails via secure URL link by cloudHQ 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 is how to create a secure URL link for your email conversation. 

Have you ever received an email that you were just dying to share with someone in a chat application? We all have, and now you can in just 1 click!

With Share emails via secure URL link by cloudHQ, you can create a shareable link for one of your emails. You can then paste it in any chat application.

All you need to do is install the Chrome extension, click on the link icon 🔗 at the top of your email, copy the link to your clipboard, and paste it anywhere you want! 

How it works:

1. Install the extension.
2. Go to your Gmail 
3. Select a message (or multiple messages).
4. Click on the click on the link icon 🔗 and we will create a secure link you can share

For example, imagine you're part of a project team using Slack for communication and coordination. One day, you receive a critical project update via Gmail, which you urgently need to share with your team members. Instead of forwarding the email individually or struggling with screenshots, you use the Share emails via secure URL link by cloudHQ. With a single click, you create a secure, shareable URL for the email and post it in your group chat, allowing your team to instantly access the important information. 

Or envision yourself working on a project and communicating with a partner via Skype. Suddenly, you receive an email in your Gmail inbox containing key project information that needs to be shared promptly with your partner. In an earlier time, you may have had to forward the email or go through the tedious process of capturing and sending screenshots. But now, with the Share emails via secure URL link by cloudHQ, you've got a much more efficient tool at your fingertips. With just a single click, the email can be turned into a secure, sharable link. You then paste this link directly into your Skype conversation with your partner. In no time, they have access to the vital information contained in the email. 

This extension not only streamlines your communication process but also ensures that your collaborations are as effective and productive as possible.

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


cloudHQ website: https://www.cloudhq.net/
App website: https://www.email-links.com
Pricing: https://www.email-links.com/pricing
Support page: https://support.cloudhq.net/category/browser-extensions/gmail-email-links/
Blog: https://blog.cloudhq.net                    

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

Tên Share emails via secure URL link by cloudHQ Share emails via secure URL link by cloudHQ
ID bceemhpgjlcpelcmnipjfinfnaangpfa
URL Chính Thức https://chromewebstore.google.com/detail/share-emails-via-secure-u/bceemhpgjlcpelcmnipjfinfnaangpfa
Mô tả Share any email on Skype, Slack, chat, etc.
Kích Thước Tệp 491 KB
Số Lần Cài Đặt 15,301
Phiên Bản Hiện Tại 1.0.1.3
Cập Nhật Lần Cuối 2023-11-24
Ngày Phát Hành 2020-05-08
Đánh Giá 4.38/5 Tổng số 29 Đánh Giá
Nhà Phát Triển https://www.email-links.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.email-links.com
URL Trang Trợ Giúp https://support.cloudhq.net/category/browser-extensions/gmail-email-links/
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",
    "web_accessible_resources": [
        {
            "resources": [
                "javascripts\/*",
                "icons\/*",
                "stylesheets\/*"
            ],
            "matches": [
                "*:\/\/*.cloudhq.net\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ]
        }
    ],
    "name": "Share emails via secure URL link by cloudHQ",
    "short_name": "Share emails via secure URL link by cloudHQ",
    "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_share_email.png",
        "default_title": "Share emails via secure URL link by cloudHQ"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "css": [
                "stylesheets\/jquery.dropdown.css",
                "stylesheets\/main_gmail_share_email.css",
                "stylesheets\/popover.css"
            ],
            "include_globs": [],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1.3",
    "description": "Share any email on Skype, Slack, chat, etc.",
    "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
}