Send Mail Schedule - Sateraito Office

Send Mail Schedule for Google Mail

Apa itu Send Mail Schedule - Sateraito Office?

Send Mail Schedule - Sateraito Office adalah ekstensi Chrome yang dikembangkan oleh https://sateraito-mailsend-reservation.appspot.com, dan fitur utamanya adalah "Send Mail Schedule for Google Mail".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Send Mail Schedule - Sateraito Office

Unduh file ekstensi Send Mail Schedule - Sateraito Office dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Send Mail Schedule - Sateraito Office Send Mail Schedule - Sateraito Office
ID ekfjabjnijfdfccnkjihanpbaopfkdem
URL Resmi https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem
Deskripsi Send Mail Schedule for Google Mail
Ukuran File 125 KB
Jumlah Instalasi 286
Versi Saat Ini 0.0.7
Terakhir Diperbarui 2022-10-12
Tanggal Publikasi 2018-08-29
Pengembang https://sateraito-mailsend-reservation.appspot.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.sateraito.jp/privacy.html
Bahasa yang Didukung 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"
    ]
}