Send Mail Schedule - Sateraito Office
Send Mail Schedule for Google Mail
什么是Send Mail Schedule - Sateraito Office?
Send Mail Schedule - Sateraito Office是由https://sateraito-mailsend-reservation.appspot.com开发的Chrome扩展程序,该扩展的主要功能是“Send Mail Schedule for Google Mail”。
扩展截图
下载Send Mail Schedule - Sateraito Office扩展crx文件
下载Send Mail Schedule - Sateraito Office扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gメール作成画面に送信予約ボタンが追加して送信時間を設定してお時間になったら送信されるようになる機能です。 扩展基本信息
| 名称 | |
| 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"
]
} | |