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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}