FileCloud for Gmail

Access FileCloud directly without leaving your Gmail window to send files and save attachments

ما هو FileCloud for Gmail؟

FileCloud for Gmail هو إضافة Chrome تم تطويرها بواسطة FileCloud، والميزة الرئيسية لها هي "Access FileCloud directly without leaving your Gmail window to send files and save attachments".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FileCloud for Gmail

قم بتنزيل ملفات الامتداد FileCloud for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Share files and links from FileCloud (#1 Self-hosted Enterprise File Sharing and Sync Solution) without leaving your Gmail window. Save your gmail attachments directly to FileCloud.

By adding a FileCloud button to Gmail Compose, it becomes really easy to send FileCloud shared links and files in email - allowing you to seamlessly share large files.

Quickly find files from FileCloud search to find the file you need to share with your customers, partners and colleagues. Also save attachments from your gmail to FileCloud directly to have a safe copy.                    

معلومات أساسية عن التمديد

الاسم FileCloud for Gmail FileCloud for Gmail
ID jbicmjelgbcblfgbcobgngebljhkgolg
عنوان URL الرسمي https://chromewebstore.google.com/detail/filecloud-for-gmail/jbicmjelgbcblfgbcobgngebljhkgolg
الوصف Access FileCloud directly without leaving your Gmail window to send files and save attachments
حجم الملف 93.57 KB
عدد التثبيتات 307
النسخة الحالية 1.3.1
آخر تحديث 2023-03-17
تاريخ النشر 2018-01-03
تقييم 5.00/5 مجموع تقييمات 3
المطور FileCloud
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.filecloud.com
عنوان صفحة المساعدة https://www.filecloud.com/supportdocs/display/cloud/Home
عنوان صفحة سياسة الخصوصية https://www.getfilecloud.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescr__",
    "version": "1.3.1",
    "manifest_version": 2,
    "minimum_chrome_version": "40",
    "default_locale": "en",
    "icons": {
        "16": "img\/ext_icons\/16.png",
        "48": "img\/ext_icons\/48.png",
        "128": "img\/ext_icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/config.js",
            "js\/helpers\/log.js",
            "js\/utils.js",
            "lib\/blob-util.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/fcWalker.css"
            ],
            "js": [
                "lib\/inboxsdk.js",
                "js\/fcWalker.js",
                "js\/gmailCS.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ],
    "permissions": [
        "",
        "cookies",
        "storage"
    ]
}