FileCloud for Gmail
Access FileCloud directly without leaving your Gmail window to send files and save attachments
FileCloud for Gmail란 무엇입니까?
FileCloud for Gmail은(는) FileCloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access FileCloud directly without leaving your Gmail window to send files and save attachments"입니다.
확장 프로그램 스크린샷
FileCloud for Gmail 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Share files and links from FileCloud (#1 Self-hosted Enterprise File Sharing and Sync Solution) without leaving your Gmail window. Save your gmail attachments directly to FileCloud. By adding a FileCloud button to Gmail Compose, it becomes really easy to send FileCloud shared links and files in email - allowing you to seamlessly share large files. Quickly find files from FileCloud search to find the file you need to share with your customers, partners and colleagues. Also save attachments from your gmail to FileCloud directly to have a safe copy.
확장 프로그램 기본 정보
이름 | FileCloud for Gmail |
ID | jbicmjelgbcblfgbcobgngebljhkgolg |
공식 URL | https://chromewebstore.google.com/detail/filecloud-for-gmail/jbicmjelgbcblfgbcobgngebljhkgolg |
설명 | Access FileCloud directly without leaving your Gmail window to send files and save attachments |
파일 크기 | 93.57 KB |
설치 횟수 | 307 |
현재 버전 | 1.3.1 |
최근 업데이트 | 2023-03-17 |
출시 날짜 | 2018-01-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | FileCloud |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.filecloud.com |
도움말 페이지 URL | https://www.filecloud.com/supportdocs/display/cloud/Home |
개인정보 보호 정책 페이지 URL | https://www.getfilecloud.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescr__", "version": "1.3.1", "manifest_version": 2, "minimum_chrome_version": "40", "default_locale": "en", "icons": { "16": "img\/ext_icons\/16.png", "48": "img\/ext_icons\/48.png", "128": "img\/ext_icons\/128.png" }, "background": { "scripts": [ "js\/config.js", "js\/helpers\/log.js", "js\/utils.js", "lib\/blob-util.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "css\/fcWalker.css" ], "js": [ "lib\/inboxsdk.js", "js\/fcWalker.js", "js\/gmailCS.js" ] } ], "web_accessible_resources": [ "img\/*" ], "permissions": [ " |