Recurring emails for Gmail

Sends your emails at a later time once, or recurring every X hours/days/months/years

Recurring emails for Gmail là gì?

Recurring emails for Gmail là một tiện ích mở rộng Chrome được phát triển bởi https://recurring-emails-for-gmail.com, và tính năng chính của nó là "Sends your emails at a later time once, or recurring every X hours/days/months/years".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Recurring emails for Gmail

Tải xuống các tệp mở rộng Recurring emails for Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Recurring emails for Gmail is the #1 privacy-centric Chrome extension that allows you to send repeating emails over Gmail. No tracking, no ads, no banners and no bloatware. Contains free and paid plans.

💥 More than 70,000 professionals across all stores have added the app to their browsers for next-level email productivity. Compose your email, set its sending schedule and you're done! You won't have to remember to send it again!

☄️NEW: Set an automatic follow-up to send if your email is not getting any replies

🗓️ 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 Gmail 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 “Send email on your behalf”.

🆓 Is it free?
Recurring emails for Gmail is free for personal, casual use (up to 5 automatic sends). Check out the paid PRO plans if you're a company or you simply need to get more out of it.

⌚ Convenience
Create your email directly from the Gmail interface by using the extension's Send Later button or from the My Emails page in a simple to use and secure way. Edit your emails from the central web UI interface or from the extension popup.

👥 Contact management & Recipient sets
Easily import all your Google contacts which immediately become available in our powerful inline auto-complete feature. Create recipient sets and organize your contacts in groups or teams so you can select the group directly instead of typing addresses.

🗂️ 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.

🧠 AI-based search
Powerful search based on AI technologies for easy access to your library and even easier access to your data.

🔗 Integration
The extension fully integrates with Gmail, Google Workspace, or your favorite mobile device using Android or iOS. Set it and forget it with minimal disruption to your workflow.

📄 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 and keeping your in the loop.

🐾 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, or opening the extension popup.

🏷️ Send aliases
Send mail as any connected email address you have in your Gmail account. Either select the account using Gmail's native Compose popup at creation time, or from My Emails directly.

⏩ Skip
Skip the next sending of your email simply by clicking a button. Your email's next sending will be skipped automatically, but the scheduling then continues normally.

📦 Bulk actions
Pause, unpause or cancel all your emails instantly and with a single click so you can save even more time.

🖱️ Manual sending
Instantly send an already saved email without changing its schedule. Create notifications for your clients with a single click!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Recurring emails for Gmail Recurring emails for Gmail
ID nfkkaahokibjkbmoieakdcihjkifhfdo
URL Chính Thức https://chromewebstore.google.com/detail/recurring-emails-for-gmai/nfkkaahokibjkbmoieakdcihjkifhfdo
Mô tả Sends your emails at a later time once, or recurring every X hours/days/months/years
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 14,200
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2021-11-04
Đánh Giá 4.70/5 Tổng số 141 Đánh Giá
Nhà Phát Triển https://recurring-emails-for-gmail.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://recurring-emails-for-gmail.com
URL Trang Trợ Giúp https://recurring-emails-for-gmail.com/contact
URL Trang Chính Sách Bảo Mật https://recurring-emails-for-gmail.com/en/privacy
Ngôn Ngữ Được Hỗ Trợ id,de,en,fil,fr,nl,no,vi,tr,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "version": "1.3.0",
    "description": "__MSG_EXT_DESCRIPTION__",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "main.css",
                "flatpickr-blue.css"
            ],
            "js": [
                "config.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.google.com\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "externally_connectable": {
        "matches": [
            "https:\/\/*.recurring-emails-for-gmail.com\/*"
        ]
    }
}