Citrix Files for Gmail

Send and request large attachments securely using Citrix.

Citrix Files for Gmail란 무엇입니까?

Citrix Files for Gmail은(는) Citrix Systems, Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send and request large attachments securely using Citrix."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Citrix Files for Gmail 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}