Send Mail Schedule - Sateraito Office
Send Mail Schedule for Google Mail
ما هو Send Mail Schedule - Sateraito Office؟
Send Mail Schedule - Sateraito Office هو إضافة Chrome تم تطويرها بواسطة https://sateraito-mailsend-reservation.appspot.com، والميزة الرئيسية لها هي "Send Mail Schedule for Google Mail".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send Mail Schedule - Sateraito Office
قم بتنزيل ملفات الامتداد Send Mail Schedule - Sateraito Office بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
| عنوان صفحة سياسة الخصوصية | 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"
]
} | |