Citrix Files for Gmail

Send and request large attachments securely using Citrix.

Citrix Files for Gmail là gì?

Citrix Files for Gmail là một tiện ích mở rộng Chrome được phát triển bởi Citrix Systems, Inc, và tính năng chính của nó là "Send and request large attachments securely using Citrix.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Citrix Files for Gmail

Tải xuống các tệp mở rộng Citrix Files for Gmail 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

                        Send and request large attachments securely directly from email using Citrix Files for Gmail.

The Citrix Files for Gmail Chrome Extension allows you to bypass file size restrictions and add security to your attachments. Be notified whenever someone accesses a file or sends you a file so you are always aware of what is going and can take action. You can also set expiration policy, different security and access levels for your attachments.

A Citrix ShareFile account is required. You can sign up for a trial at https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin                    

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

Tên Citrix Files for Gmail Citrix Files for Gmail
ID nmckiofeplfldjpjiaheipdojpgiimdf
URL Chính Thức https://chromewebstore.google.com/detail/citrix-files-for-gmail/nmckiofeplfldjpjiaheipdojpgiimdf
Mô tả Send and request large attachments securely using Citrix.
Kích Thước Tệp 1.55 MB
Số Lần Cài Đặt 24,896
Phiên Bản Hiện Tại 3.0.133
Cập Nhật Lần Cuối 2022-10-13
Ngày Phát Hành 2019-04-29
Đánh Giá 3.27/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Citrix Systems, Inc
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin
URL Trang Trợ Giúp https://support.citrix.com/article/CTX220650
URL Trang Chính Sách Bảo Mật https://www.citrix.com/about/legal/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Citrix Files for Gmail",
    "description": "Send and request large attachments securely using Citrix.",
    "version": "3.0.133",
    "icons": {
        "16": "assets\/img\/icon_128x128.png",
        "48": "assets\/img\/icon_128x128.png",
        "128": "assets\/img\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/icon_128x128.png",
                "webclient.html",
                "encryptEmail.html"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "options_page": "settings.html"
}