Citrix Files for Gmail

Send and request large attachments securely using Citrix.

Hvad er Citrix Files for Gmail?

Citrix Files for Gmail er en Chrome-udvidelse udviklet af Citrix Systems, Inc, og dens hovedfunktion er "Send and request large attachments securely using Citrix.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Citrix Files for Gmail-udvidelses-CRX-fil

Download Citrix Files for Gmail-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Citrix Files for Gmail Citrix Files for Gmail
ID nmckiofeplfldjpjiaheipdojpgiimdf
Officiel URL https://chromewebstore.google.com/detail/citrix-files-for-gmail/nmckiofeplfldjpjiaheipdojpgiimdf
Beskrivelse Send and request large attachments securely using Citrix.
Filstørrelse 1.55 MB
Antal Installationer 24,896
Nuværende Version 3.0.133
Senest Opdateret 2022-10-13
Udgivelsesdato 2019-04-29
Bedømmelse 3.27/5 Samlet 26 Bedømmelser
Udvikler Citrix Systems, Inc
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.sharefile.com/trial?src=apps-gmailplugin&utm_medium=apps&utm_source=gmailplugin
Hjælpeside-URL https://support.citrix.com/article/CTX220650
URL til Fortrolighedspolitik Side https://www.citrix.com/about/legal/privacy
Understøttede Sprog 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"
}