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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://support.citrix.com/article/CTX220650 |
عنوان صفحة سياسة الخصوصية | 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" } |