FileCloud for Gmail
Access FileCloud directly without leaving your Gmail window to send files and save attachments
O que é FileCloud for Gmail?
FileCloud for Gmail é uma extensão do Chrome desenvolvida por FileCloud, e sua principal característica é "Access FileCloud directly without leaving your Gmail window to send files and save attachments".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FileCloud for Gmail
Baixe arquivos de extensão FileCloud for Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FileCloud for Gmail |
ID | jbicmjelgbcblfgbcobgngebljhkgolg |
URL Oficial | https://chromewebstore.google.com/detail/filecloud-for-gmail/jbicmjelgbcblfgbcobgngebljhkgolg |
Descrição | Access FileCloud directly without leaving your Gmail window to send files and save attachments |
Tamanho do Arquivo | 93.57 KB |
Contagem de Instalações | 307 |
Versão Atual | 1.3.1 |
Última Atualização | 2023-03-17 |
Data de Publicação | 2018-01-03 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | FileCloud |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.filecloud.com |
URL da Página de Ajuda | https://www.filecloud.com/supportdocs/display/cloud/Home |
URL da Página de Política de Privacidade | https://www.getfilecloud.com/privacy |
Idiomas Suportados | 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": [ " |