Citrix Files for Gmail

Send and request large attachments securely using Citrix.

Citrix Files for Gmail क्या है?

Citrix Files for Gmail Citrix Systems, Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send and request large attachments securely using Citrix."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Citrix Files for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Send and request large attachments securely directly from email using Citrix Files for Gmail.

The Citrix Files for Gmail Chrome Extension allows you to bypass file size restrictions and add security to your attachments. Be notified whenever someone accesses a file or sends you a file so you are always aware of what is going and can take action. You can also set expiration policy, different security and access levels for your attachments.

A Citrix ShareFile account is required. You can sign up for a trial at https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin                    

एक्सटेंशन की मूल जानकारी

नाम Citrix Files for Gmail Citrix Files for Gmail
ID nmckiofeplfldjpjiaheipdojpgiimdf
आधिकारिक URL https://chromewebstore.google.com/detail/citrix-files-for-gmail/nmckiofeplfldjpjiaheipdojpgiimdf
विवरण Send and request large attachments securely using Citrix.
फ़ाइल का आकार 1.55 MB
स्थापना संख्या 24,896
वर्तमान संस्करण 3.0.133
अंतिम अपडेट 2022-10-13
प्रकाशन तिथि 2019-04-29
रेटिंग 3.27/5 कुल 26 रेटिंग्स
डेवलपर Citrix Systems, Inc
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin
सहायता पृष्ठ URL https://support.citrix.com/article/CTX220650
गोपनीयता नीति पृष्ठ URL https://www.citrix.com/about/legal/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Citrix Files for Gmail",
    "description": "Send and request large attachments securely using Citrix.",
    "version": "3.0.133",
    "icons": {
        "16": "assets\/img\/icon_128x128.png",
        "48": "assets\/img\/icon_128x128.png",
        "128": "assets\/img\/icon_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "scripting",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/img\/icon_128x128.png",
                "webclient.html",
                "encryptEmail.html"
            ],
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.google.com\/*"
        ]
    },
    "options_page": "settings.html"
}