Schedule Email by Gmail
Gmail Schedule tool, Schedule your email to send at a later date and time in Gmail.
Schedule Email by Gmailคืออะไร?
Schedule Email by Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social Analyzer และคุณลักษณะหลักของมันคือ "Gmail Schedule tool, Schedule your email to send at a later date and time in Gmail."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Schedule Email by Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Schedule Email by Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gmail Schedule tool, Schedule your email to send at a later date and time in Gmail. This simple extension can help you manage email sending according to the rules you set. In addition, the extension also provides many additional function settings: ○ Provides custom settings for send times ○ You can limit the maximum number of emails sent per day ○ Emails can be set to be sent repeatedly Through the following steps, you can quickly set up and send scheduled emails: ➢ Install this extension and Enable the extension in order to schedule email. ➢ Click "COMPOSE" button to open a New Message popup. ➢ Open the email timing sending setting page, and set the sending rules as needed. ➢ Write subject and mail content, click "Schedule" button not origin "Send" button. ➢ Next, the email will be sent regularly according to the set rules. How to set a custom send time? ➔ Click the time drop-down box and select the custom time option. ➔ You can choose a custom time according to your needs. How to set a limit on the maximum number of emails sent per day? ➔ Just fill in the max input box in the speed configuration item. ➔ it is recommended not to exceed 500 per day. this extension was made by third party developers and it is NOT made by Gmail Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Schedule Email by Gmail |
ID | mdndafkgnjofegggbjhkccbipnebkmjc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/schedule-email-by-gmail/mdndafkgnjofegggbjhkccbipnebkmjc |
คำอธิบาย | Gmail Schedule tool, Schedule your email to send at a later date and time in Gmail. |
ขนาดไฟล์ | 2.31 MB |
จำนวนการติดตั้ง | 740 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2023-03-31 |
วันที่เผยแพร่ | 2022-09-07 |
คะแนน | 4.93/5 รวมทั้งหมด 58 คะแนน |
ผู้พัฒนา | Social Analyzer |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://gmplus.io/gmplus-private-policy |
ภาษาที่รองรับ | en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,zh-CN |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "homepage_url": "https:\/\/gmplus.io?utm_source=gm-schedule", "content_scripts": [ { "css": [ "select2.css" ], "js": [ "inboxsdk.js", "inject\/gmassloader.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "http:\/\/inbox.google.com\/*" ], "run_at": "document_end" } ], "description": "Gmail Schedule tool, Schedule your email to send at a later date and time in Gmail.", "icons": { "48": "icons\/GMass48.png", "128": "icons\/GMass128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/campaign.png", "icons\/sheet.png", "icons\/GMass32.png", "icons\/GMass128.png", "inject.js" ], "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*", "http:\/\/inbox.google.com\/*" ] } ], "manifest_version": 3, "name": "__MSG_name__", "permissions": [ "scripting" ], "host_permissions": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "short_name": "GSchedule", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6", "default_locale": "en" } |