Send Mail Schedule - Sateraito Office

Send Mail Schedule for Google Mail

Send Mail Schedule - Sateraito Officeとは何ですか?

Send Mail Schedule - Sateraito Officeはhttps://sateraito-mailsend-reservation.appspot.comによって開発されたChromeの拡張機能で、その主な機能は「Send Mail Schedule for Google Mail」です。

拡張機能のスクリーンショット

screenshot

Send Mail Schedule - Sateraito Office拡張機能のCRXファイルをダウンロード

Send Mail Schedule - Sateraito Office拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gメール作成画面に送信予約ボタンが追加して送信時間を設定してお時間になったら送信されるようになる機能です。                    

拡張機能の基本情報

名前 Send Mail Schedule - Sateraito Office Send Mail Schedule - Sateraito Office
ID ekfjabjnijfdfccnkjihanpbaopfkdem
公式URL https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem
説明 Send Mail Schedule for Google Mail
ファイルサイズ 125 KB
インストール数 286
現在のバージョン 0.0.7
最終更新日 2022-10-12
公開日 2018-08-29
開発者 https://sateraito-mailsend-reservation.appspot.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.sateraito.jp/privacy.html
対応言語 en,es,zh-CN,zh-TW,ja
manifest.json
{
    "manifest_version": 2,
    "version": "0.0.7",
    "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": {
        "48": "satelite48.png",
        "128": "satelite128.png"
    },
    "background": {
        "scripts": [
            "background_script.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "js": [
                "jquery-1.10.2.min.js",
                "moment.js",
                "content_script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/sateraito-mailsend-reservation.appspot.com\/*",
                "*:\/\/mail.google.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/sateraito-mailsend-reservation.appspot.com\/*",
        "http:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/*",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "gmail.js",
        "*.png"
    ]
}