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ファイルをダウンロード
FileCloud for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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": [ " |