Citrix Files for Gmail
Send and request large attachments securely using Citrix.
什么是Citrix Files for Gmail?
Citrix Files for Gmail是由Citrix Systems, Inc开发的Chrome扩展程序,该扩展的主要功能是“Send and request large attachments securely using Citrix.”。
扩展截图
下载Citrix Files for Gmail扩展crx文件
下载Citrix Files for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | nmckiofeplfldjpjiaheipdojpgiimdf |
官方URL | https://chromewebstore.google.com/detail/citrix-files-for-gmail/nmckiofeplfldjpjiaheipdojpgiimdf |
简介 | Send and request large attachments securely using Citrix. |
文件大小 | 1.55 MB |
安装次数 | 24,896 |
当前版本 | 3.0.133 |
更新时间 | 2022-10-13 |
上架时间 | 2019-04-29 |
评分 | 3.27/5 共26次评分 |
开发者 | Citrix Systems, Inc |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin |
帮助页面URL | https://support.citrix.com/article/CTX220650 |
隐私政策页面URL | https://www.citrix.com/about/legal/privacy |
支持的语言 | 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" } |