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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}