BigFile Transfer(Free)- Sateraito Office
Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.
O que é BigFile Transfer(Free)- Sateraito Office?
BigFile Transfer(Free)- Sateraito Office é uma extensão do Chrome desenvolvida por https://sateraito-apps-bigfile2.appspot.com, e sua principal característica é "Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BigFile Transfer(Free)- Sateraito Office
Baixe arquivos de extensão BigFile Transfer(Free)- Sateraito Office 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
This is an extension to open Sateraito Office - Bigfile Transfer from the Google Web Mail. ■ How to use ・When this extension is installed, a button to open our Bigfile Transfer will be added to the Gmail creation screen. ・Open the Bigfile Transfer on the Gmail creation screen. When you send attachment files by Bigfile Transfer, the download URL of attachment files will be added to the end of the mail body that you are on creating. ・And when you send the email, password use to download attachment file that will be notified by separated email from our Bigfile Transfer system.
Informações Básicas da Extensão
Nome | BigFile Transfer(Free)- Sateraito Office |
ID | ckhoimjhiiojaholcpdnhpkeepmdmmoc |
URL Oficial | https://chromewebstore.google.com/detail/bigfile-transferfree-sate/ckhoimjhiiojaholcpdnhpkeepmdmmoc |
Descrição | Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail. |
Tamanho do Arquivo | 104 KB |
Contagem de Instalações | 1,260 |
Versão Atual | 1.4.4 |
Última Atualização | 2024-03-01 |
Data de Publicação | 2020-06-26 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://sateraito-apps-bigfile2.appspot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.sateraito.jp/G_Suite_Fairutenso.html |
URL da Página de Ajuda | https://www.sateraito.jp/contact/ |
URL da Página de Política de Privacidade | https://www.sateraito.jp/privacy.html |
Idiomas Suportados | en,ja |
manifest.json | |
{ "manifest_version": 3, "version": "1.4.4", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "16": "satelite16.png", "32": "satelite32.png", "48": "satelite48.png", "128": "satelite128.png" }, "background": { "service_worker": "attach_file_bs.js", "type": "module" }, "options_page": "options.html", "content_scripts": [ { "js": [ "attach_file_cs.js", "jquery-1.10.2.min.js", "extenstion_user_upload.js", "seteselectors.js" ], "matches": [ "*:\/\/sateraito-apps-bigfile2.appspot.com\/", "*:\/\/mail.google.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "storage", "identity", "identity.email" ], "web_accessible_resources": [ { "resources": [ "attach_file.png", "script.js" ], "matches": [ " |