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 - это расширение Chrome, разработанное https://sateraito-apps-bigfile2.appspot.com, и его основная функция - "Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения BigFile Transfer(Free)- Sateraito Office

Скачайте файлы расширений 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
Официальный 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": [
                ""
            ]
        }
    ]
}