Mail Boss Scheduler for Gmail

Recurring email scheduler for Gmail

ما هو Mail Boss Scheduler for Gmail؟

Mail Boss Scheduler for Gmail هو إضافة Chrome تم تطويرها بواسطة https://mailboss.org، والميزة الرئيسية لها هي "Recurring email scheduler for Gmail".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Mail Boss Scheduler for Gmail

قم بتنزيل ملفات الامتداد Mail Boss Scheduler for Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Mail Boss Scheduler is a Chrome extension companion to the MailBoss.org email scheduling service. It adds a "Schedule repeating" option next to the existing "Schedule send" option in Gmail's compose message window (click the down arrow on the "Send" button). The "Schedule repeating" option allows you to schedule recurring emails with just a few clicks. After installing this extension, you'll be taken to the Mail Boss web site in order to sign up for the service. It's free!                    

معلومات أساسية عن التمديد

الاسم Mail Boss Scheduler for Gmail Mail Boss Scheduler for Gmail
ID amkkoimhfpljblhfjnkdidlfehhdfnli
عنوان URL الرسمي https://chromewebstore.google.com/detail/mail-boss-scheduler-for-g/amkkoimhfpljblhfjnkdidlfehhdfnli
الوصف Recurring email scheduler for Gmail
حجم الملف 354 KB
عدد التثبيتات 1,647
النسخة الحالية 1.12.0
آخر تحديث 2022-08-15
تاريخ النشر 2020-07-04
تقييم 4.00/5 مجموع تقييمات 6
المطور https://mailboss.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.mailboss.org
عنوان صفحة المساعدة https://groups.google.com/forum/#!forum/mailboss
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mail Boss Scheduler for Gmail",
    "short_name": "Mail Boss",
    "version": "1.12.0",
    "description": "Recurring email scheduler for Gmail",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "js": [
                "index.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/mailboss-icon-blue.png",
        "128": "images\/mailboss-icon-blue.png"
    }
}