FileCloud for Gmail

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

FileCloud for Gmail क्या है?

FileCloud for Gmail FileCloud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access FileCloud directly without leaving your Gmail window to send files and save attachments"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FileCloud for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://www.filecloud.com/supportdocs/display/cloud/Home
गोपनीयता नीति पृष्ठ URL 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"
    ]
}