Send Mail Schedule - Sateraito Office
Send Mail Schedule for Google Mail
What is Send Mail Schedule - Sateraito Office?
Send Mail Schedule - Sateraito Office is a Chrome extension developed by https://sateraito-mailsend-reservation.appspot.com, and its main feature is "Send Mail Schedule for Google Mail".
Extension Screenshots
Download Send Mail Schedule - Sateraito Office Extension CRX File
Download Send Mail Schedule - Sateraito Office extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        Gメール作成画面に送信予約ボタンが追加して送信時間を設定してお時間になったら送信されるようになる機能です。                     Extension Basic Information
| Name |   |  
| ID | ekfjabjnijfdfccnkjihanpbaopfkdem | 
| Official URL | https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem | 
| Description | Send Mail Schedule for Google Mail | 
| File Size | 125 KB | 
| Installation Count | 286 | 
| Current Version | 0.0.7 | 
| Last Updated | 2022-10-12 | 
| Publish Date | 2018-08-29 | 
| Developer | https://sateraito-mailsend-reservation.appspot.com | 
| [email protected] | |
| Payment Type | free | 
| Privacy Policy Page URL | https://www.sateraito.jp/privacy.html | 
| Supported Languages | 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"
    ]
}  |  |