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…

Apa itu Foldr for Gmail?

Foldr for Gmail adalah ekstensi Chrome yang dikembangkan oleh https://foldr.io, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Foldr for Gmail

Unduh file ekstensi Foldr for Gmail dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Foldr for Gmail Foldr for Gmail
ID biamddnmaknjcjddnagdndhainhbfkdm
URL Resmi https://chromewebstore.google.com/detail/foldr-for-gmail/biamddnmaknjcjddnagdndhainhbfkdm
Deskripsi Foldr for Gmail is the quickest way to save and retrieve files from your on-premise and cloud storage. Using Foldr for Gmail you…
Ukuran File 3.78 MB
Jumlah Instalasi 742
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-12-18
Tanggal Publikasi 2018-12-18
Pengembang https://foldr.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://foldr.io/policies/foldr/privacy.html
Bahasa yang Didukung 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"
    }
}