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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้าช่วยเหลือ 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"
    }
}