Foldr for Gmail

Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…

什么是Foldr for Gmail?

Foldr for Gmail是由https://foldr.io开发的Chrome扩展程序,该扩展的主要功能是“Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…”。

扩展截图

screenshot
screenshot

下载Foldr for Gmail扩展crx文件

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

扩展使用说明

                        Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage.

Using Foldr for Gmail you can attach files from network drives and other services such as Microsoft OneDrive, SharePoint & Teams, Dropbox and Box and save attachments back.

Find out more at https://foldr.io                    

扩展基本信息

名称 Foldr for Gmail Foldr for Gmail
ID biamddnmaknjcjddnagdndhainhbfkdm
官方URL https://chromewebstore.google.com/detail/foldr-for-gmail/biamddnmaknjcjddnagdndhainhbfkdm
简介 Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…
文件大小 3.78 MB
安装次数 742
当前版本 1.1.0
更新时间 2018-12-18
上架时间 2018-12-18
开发者 https://foldr.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://foldr.io/policies/foldr/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Foldr for Gmail",
    "version": "1.1.0",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/inbox.google.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "*:\/\/*\/*",
        "",
        "cookies",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*"
            ],
            "js": [
                "vendor\/jquery-3.1.0.min.js",
                "vendor\/inboxsdk.js",
                "vendor\/progressbar.min.js",
                "app.js"
            ],
            "css": [
                "html\/css\/dialog.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/jquery-3.1.0.min.js",
            "vendor\/progressbar.min.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/*",
        "html\/*"
    ],
    "options_page": "html\/options.html",
    "icons": {
        "16": "img\/icons\/icon-32.png",
        "48": "img\/icon-96.png",
        "128": "img\/icon-256.png"
    }
}