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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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"
]
} | |