Citrix Files for Gmail
Send and request large attachments securely using Citrix.
Τι είναι το Citrix Files for Gmail;
Το Citrix Files for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Citrix Systems, Inc, και η κύρια λειτουργία του είναι "Send and request large attachments securely using Citrix.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Citrix Files for Gmail
Λήψη αρχείων επέκτασης Citrix Files for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } |