Send Mail Schedule - Sateraito Office

Send Mail Schedule for Google Mail

Send Mail Schedule - Sateraito Office là gì?

Send Mail Schedule - Sateraito Office là một tiện ích mở rộng Chrome được phát triển bởi https://sateraito-mailsend-reservation.appspot.com, và tính năng chính của nó là "Send Mail Schedule for Google Mail".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send Mail Schedule - Sateraito Office

Tải xuống các tệp mở rộng Send Mail Schedule - Sateraito Office dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send Mail Schedule - Sateraito Office Send Mail Schedule - Sateraito Office
ID ekfjabjnijfdfccnkjihanpbaopfkdem
URL Chính Thức https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem
Mô tả Send Mail Schedule for Google Mail
Kích Thước Tệp 125 KB
Số Lần Cài Đặt 286
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2022-10-12
Ngày Phát Hành 2018-08-29
Nhà Phát Triển https://sateraito-mailsend-reservation.appspot.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.sateraito.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}