Send Mail Schedule - Sateraito Office
Send Mail Schedule for Google Mail
Cos'è Send Mail Schedule - Sateraito Office?
Send Mail Schedule - Sateraito Office è un'estensione di Chrome sviluppata da https://sateraito-mailsend-reservation.appspot.com, e la sua funzione principale è "Send Mail Schedule for Google Mail".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send Mail Schedule - Sateraito Office
Scarica i file di estensione Send Mail Schedule - Sateraito Office in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Gメール作成画面に送信予約ボタンが追加して送信時間を設定してお時間になったら送信されるようになる機能です。
Informazioni di Base sull'Estensione
Nome | Send Mail Schedule - Sateraito Office |
ID | ekfjabjnijfdfccnkjihanpbaopfkdem |
URL Ufficiale | https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem |
Descrizione | Send Mail Schedule for Google Mail |
Dimensione del File | 125 KB |
Conteggio Installazioni | 286 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2022-10-12 |
Data di Pubblicazione | 2018-08-29 |
Sviluppatore | https://sateraito-mailsend-reservation.appspot.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.sateraito.jp/privacy.html |
Lingue Supportate | 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" ] } |