Send Mail Schedule - Sateraito Office
Send Mail Schedule for Google Mail
Wat is Send Mail Schedule - Sateraito Office?
Send Mail Schedule - Sateraito Office is een Chrome-extensie ontwikkeld door https://sateraito-mailsend-reservation.appspot.com, en de belangrijkste functie is "Send Mail Schedule for Google Mail".
Extensie Screenshots
Download het CRX-bestand van de extensie Send Mail Schedule - Sateraito Office
Download Send Mail Schedule - Sateraito Office-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gメール作成画面に送信予約ボタンが追加して送信時間を設定してお時間になったら送信されるようになる機能です。
Basisinformatie over de Extensie
Naam | Send Mail Schedule - Sateraito Office |
ID | ekfjabjnijfdfccnkjihanpbaopfkdem |
Officiële URL | https://chromewebstore.google.com/detail/send-mail-schedule-satera/ekfjabjnijfdfccnkjihanpbaopfkdem |
Beschrijving | Send Mail Schedule for Google Mail |
Bestandsgrootte | 125 KB |
Aantal Installaties | 286 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2022-10-12 |
Publicatiedatum | 2018-08-29 |
Ontwikkelaar | https://sateraito-mailsend-reservation.appspot.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.sateraito.jp/privacy.html |
Ondersteunde Talen | 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" ] } |