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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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": [
                ""
            ]
        }
    ]
}