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 là gì?

Foldr for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://foldr.io, và tính năng chính của nó là "Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Foldr for Gmail

Tải xuống các tệp mở rộng Foldr for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Foldr for Gmail Foldr for Gmail
ID biamddnmaknjcjddnagdndhainhbfkdm
URL Chính Thức https://chromewebstore.google.com/detail/foldr-for-gmail/biamddnmaknjcjddnagdndhainhbfkdm
Mô tả Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…
Kích Thước Tệp 3.78 MB
Số Lần Cài Đặt 742
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-12-18
Ngày Phát Hành 2018-12-18
Nhà Phát Triển https://foldr.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://foldr.io/policies/foldr/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}