Send Mail Schedule - Sateraito Office

Send Mail Schedule for Google Mail

Send Mail Schedule - Sateraito Officeคืออะไร?

Send Mail Schedule - Sateraito Office เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://sateraito-mailsend-reservation.appspot.com และคุณลักษณะหลักของมันคือ "Send Mail Schedule for Google Mail"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send Mail Schedule - Sateraito Office

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}