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
官方網址 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
電子郵箱 [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"
    ]
}