BigFile Transfer(Free)- Sateraito Office

Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.

什麼是BigFile Transfer(Free)- Sateraito Office?

BigFile Transfer(Free)- Sateraito Office是由https://sateraito-apps-bigfile2.appspot.com開發的Chrome擴展程式,該擴展的主要功能是“Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.”。

擴展截圖

screenshot
screenshot
screenshot

下載BigFile Transfer(Free)- Sateraito Office擴展crx文件

下載BigFile Transfer(Free)- Sateraito Office擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 BigFile Transfer(Free)- Sateraito Office BigFile Transfer(Free)- Sateraito Office
ID ckhoimjhiiojaholcpdnhpkeepmdmmoc
官方網址 https://chromewebstore.google.com/detail/bigfile-transferfree-sate/ckhoimjhiiojaholcpdnhpkeepmdmmoc
簡介 Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.
檔案大小 104 KB
安裝次數 1,260
目前版本 1.4.4
更新時間 2024-03-01
上架時間 2020-06-26
評分 5.00/5 共 1 次評分
開發者 https://sateraito-apps-bigfile2.appspot.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.sateraito.jp/G_Suite_Fairutenso.html
說明頁面URL https://www.sateraito.jp/contact/
隱私政策頁面URL https://www.sateraito.jp/privacy.html
支援的語言 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": [
                ""
            ]
        }
    ]
}