FileCloud for Gmail

Access FileCloud directly without leaving your Gmail window to send files and save attachments

什么是FileCloud for Gmail?

FileCloud for Gmail是由FileCloud开发的Chrome扩展程序,该扩展的主要功能是“Access FileCloud directly without leaving your Gmail window to send files and save attachments”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载FileCloud for Gmail扩展crx文件

下载FileCloud for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Share files and links from FileCloud (#1 Self-hosted Enterprise File Sharing and Sync Solution) without leaving your Gmail window. Save your gmail attachments directly to FileCloud.

By adding a FileCloud button to Gmail Compose, it becomes really easy to send FileCloud shared links and files in email - allowing you to seamlessly share large files.

Quickly find files from FileCloud search to find the file you need to share with your customers, partners and colleagues. Also save attachments from your gmail to FileCloud directly to have a safe copy.                    

扩展基本信息

名称 FileCloud for Gmail FileCloud for Gmail
ID jbicmjelgbcblfgbcobgngebljhkgolg
官方URL https://chromewebstore.google.com/detail/filecloud-for-gmail/jbicmjelgbcblfgbcobgngebljhkgolg
简介 Access FileCloud directly without leaving your Gmail window to send files and save attachments
文件大小 93.57 KB
安装次数 307
当前版本 1.3.1
更新时间 2023-03-17
上架时间 2018-01-03
评分 5.00/5 共3次评分
开发者 FileCloud
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.filecloud.com
帮助页面URL https://www.filecloud.com/supportdocs/display/cloud/Home
隐私政策页面URL https://www.getfilecloud.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.3.1",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/helpers\/log.js",
            "js\/utils.js",
            "lib\/blob-util.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/fcWalker.css"
            ],
            "js": [
                "lib\/inboxsdk.js",
                "js\/fcWalker.js",
                "js\/gmailCS.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "",
        "cookies",
        "storage"
    ]
}