Checker Plus for Gmail™

Get notifications, read, listen to or delete emails without opening Gmail and easily manage multiple accounts.

Checker Plus for Gmail™คืออะไร?

Checker Plus for Gmail™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jasonsavard.com และคุณลักษณะหลักของมันคือ "Get notifications, read, listen to or delete emails without opening Gmail and easily manage multiple accounts."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checker Plus for Gmail™

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

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

                        • The fastest and easiest way to manage multiple email accounts
• 5 star extension with great reviews!
• Trusted developer of many extensions
• 1 million satisfied users worldwide
• Lots of features, options and updates
• Extensive FAQs and personal tech support with very quick responses
• Safer. Requires minimal permissions.
Click "Website" or visit jasonsavard.com for more info.

• Extra features are available upon contributing "any" amount.

• Supports Push Notifications

• Beautiful Material Design

• I'll add your suggestions

• See the people emailing you just like in the Gmail chat notification, with an option to show their contact photos or your assigned photos for them.

• Voice notification: If you get an email while you're busy watching a movie or cooking dinner this extension can optionally read it out loud ie. "Jason says, dinner at my place". It's great for the visually impaired.

• Option to monitor any Gmail or custom labels

• Option to run in this notifier in the background when Google Chrome is closed and still get new email alerts

• Popup mail preview window to read, archive, mark as read or delete emails without leaving the current tab (or option to go directly to your Gmail tab)

• Supports offline view

• Desktop sound or voice notifications when new mail arrives or add your own sounds

• Support for multiple Gmail and Google Apps accounts

• Add voices

Changelog: https://jasonsavard.com/wiki/Checker_Plus_for_Gmail_changelog                    

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

ชื่อ Checker Plus for Gmail™ Checker Plus for Gmail™
ID oeopbcgkkoapgobdbedcemjljbihmemj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/checker-plus-for-gmail/oeopbcgkkoapgobdbedcemjljbihmemj
คำอธิบาย Get notifications, read, listen to or delete emails without opening Gmail and easily manage multiple accounts.
ขนาดไฟล์ 2.19 MB
จำนวนการติดตั้ง 1,090,386
เวอร์ชันปัจจุบัน 25.0.11
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2020-07-03
คะแนน 4.66/5 รวมทั้งหมด 12538 คะแนน
ผู้พัฒนา https://jasonsavard.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://jasonsavard.com
URL หน้าช่วยเหลือ https://jasonsavard.com/wiki/Checker_Plus_for_Gmail
URL หน้านโยบายความเป็นส่วนตัว https://jasonsavard.com/wiki/Permissions_and_privacy
ภาษาที่รองรับ de,en,en-GB,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,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": "Checker Plus for Gmail\u2122",
    "description": "__MSG_description__",
    "version": "25.0.11",
    "homepage_url": "https:\/\/jasonsavard.com?ref=homepage_url&ext=gmail",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/browserButtons\/default\/not_logged_in.png",
            "38": "\/images\/browserButtons\/default\/not_logged_in_retina.png"
        },
        "default_title": "Checker Plus for Gmail\u2122",
        "default_popup": "popup.html?source=toolbar&setVia=manifest"
    },
    "icons": {
        "16": "\/images\/icons\/icon_16.png",
        "32": "\/images\/icons\/icon_32.png",
        "48": "\/images\/icons\/icon_48.png",
        "64": "\/images\/icons\/icon_64.png",
        "128": "\/images\/icons\/icon_128.png"
    },
    "options_page": "options.html",
    "commands": {
        "compose": {
            "description": "__MSG_compose__"
        },
        "quickComposeEmail": {
            "description": "__MSG_quickComposeEmail__"
        },
        "refresh": {
            "description": "__MSG_refresh__"
        },
        "markAsReadInNotificationWindow": {
            "description": "__MSG_markAsReadInNotificationWindow__"
        },
        "markAllAsRead": {
            "description": "__MSG_markAllAsRead__"
        },
        "openEmailDisplayedInNotificationWindow": {
            "description": "__MSG_openEmailDisplayedInNotificationWindow__"
        },
        "dnd": {
            "description": "__MSG_doNotDisturb__"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/tabletView.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/mu\/mp\/*"
            ],
            "include_globs": [
                "https:\/\/mail.google.com\/mail\/mu\/*mui=checkerPlusForGmail*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/tabletViewScript.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/mu\/mp\/*"
            ],
            "include_globs": [
                "https:\/\/mail.google.com\/mail\/mu\/*mui=checkerPlusForGmail*"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "default_locale": "en",
    "permissions": [
        "gcm",
        "alarms",
        "activeTab",
        "tts",
        "idle",
        "notifications",
        "storage",
        "contextMenus",
        "identity",
        "system.display",
        "cookies",
        "declarativeNetRequestWithHostAccess",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [
        "background",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/"
    ],
    "optional_host_permissions": [
        "https:\/\/*.googleusercontent.com\/"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "oauth2": {
        "client_id": "450788627700-b4u9la88b9jii904fet8l7p20c0iotv5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/gmail.modify"
        ]
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "contribute.html"
            ],
            "matches": [
                "https:\/\/jasonsavard.com\/*",
                "https:\/\/checkout.stripe.com\/*",
                "https:\/\/www.paypal.com\/*",
                "https:\/\/commerce.coinbase.com\/*"
            ]
        },
        {
            "resources": [
                "oauth2callback.html"
            ],
            "matches": [
                "https:\/\/accounts.google.com\/*"
            ]
        },
        {
            "resources": [
                "images\/search.png",
                "css\/tabletView.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}