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
Eメール [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"
    }
}