Recurring Email

Send your emails and reminders later or recurring every X hours/days/months/years. Works with any email provider via SMTP.

Recurring Emailคืออะไร?

Recurring Email เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recurringemail.com และคุณลักษณะหลักของมันคือ "Send your emails and reminders later or recurring every X hours/days/months/years. Works with any email provider via SMTP."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recurring Email

ดาวน์โหลดไฟล์ส่วนขยาย Recurring Email ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Recurring Emails is a free for casual use, privacy-centric Chrome extension, that allows you to send automatically repeating emails and reminders. No tracking, no ads, no banners and no bloatware. Works with all email providers, including

- Apple iCloud Mail
- Gmail (for Gmail use https://recurring-emails-for-gmail.com)
- Yahoo! Mail
+ many more

• Complete Schedule
Send your emails one time by setting a later date, or many times by setting a fully customizable recurring schedule. Set the time of day, which days to send on or the number of times to send, all for a convenient schedule.

• Privacy? How?
Other extensions require you to give up your email privacy by asking for certain permissions. Consenting to those permissions allows them to read all your emails. That's right, all of them! We don't, and won't. We'd never ask you to consent to such permissions and the only sensitive permission required is “Sending email on your behalf via SMTP”.

• Is it free?
Recurring Emails is free for personal, casual use. Check out the paid PRO plans if you represent a company or you simply need to get more out of it.

• Convenience
Create your email directly from the provider web interface (Yahoo Mail only) by using the extension's Send Later button or from the My Emails page in a simple, secure way. Edit your emails from the central WebUI interface or from the extension popup

• Templates
Use email templates to quickly draft new emails. Clone any of your existing emails in any state to create new emails from them. Any existing email fills the role of a template.

• Receipts
Receive notifications directly in your inbox after an email has been sent giving you more control over your emails

• Tracking
Email tracking notifies you when a sent email has been opened by one of your recipients. You can view those events by clicking the Logs icon in My Emails.

• Skip
Skip the next sending of your email simply by clicking a button. Your email's schedule then continues normally but the actual sending will be skipped.

• Manual sending
Instantly send an already saved email without changing its schedule. Notifications at your fingertips!

• Folders
Organize your email library in folders, allowing you to manage your emails more effectively. Create archives, trash, recipients folders, or any other folder type that helps you better organize your repeating emails.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Recurring Email Recurring Email
ID pdcfbcbjdlglnfnecfbldcbaaoacnplk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/recurring-email/pdcfbcbjdlglnfnecfbldcbaaoacnplk
คำอธิบาย Send your emails and reminders later or recurring every X hours/days/months/years. Works with any email provider via SMTP.
ขนาดไฟล์ 160 KB
จำนวนการติดตั้ง 182
เวอร์ชันปัจจุบัน 0.8.3
อัปเดตครั้งล่าสุด 2022-10-11
วันที่เผยแพร่ 2022-09-14
ผู้พัฒนา https://recurringemail.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://recurringemail.com
URL หน้าช่วยเหลือ https://recurringemail.com/en/contact
URL หน้านโยบายความเป็นส่วนตัว https://recurring-emails-for-gmail.com/en/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recurring Email",
    "version": "0.8.3",
    "description": "Send your emails and reminders later or recurring every X hours\/days\/months\/years. Works with any email provider via SMTP.",
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.yahoo.com\/*"
            ],
            "css": [
                "main.css",
                "flatpickr-blue.css",
                "microtip.css"
            ],
            "js": [
                "config.js",
                "translations.js",
                "main.js",
                "jquery.js",
                "chrono.min.js",
                "flatpickr.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*"
            ],
            "matches": [
                "https:\/\/mail.yahoo.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}