Gmail Checker - Multi Account Gmail Notifier

Get notifications for multiple Gmail accounts, and read or delete email without opening Gmail

Gmail Checker - Multi Account Gmail Notifier là gì?

Gmail Checker - Multi Account Gmail Notifier là một tiện ích mở rộng Chrome được phát triển bởi Social Analyzer, và tính năng chính của nó là "Get notifications for multiple Gmail accounts, and read or delete email without opening Gmail".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Checker - Multi Account Gmail Notifier

Tải xuống các tệp mở rộng Gmail Checker - Multi Account Gmail Notifier 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

                        This extension provides a fast track to access google mail. Save your time opening emails or switching accounts.

When you receive a new email, this extension will notify you the first time with a message prompt sound. I'm sure you won't miss any email by using this tool.

It supports receiving multiple accounts message reminders, and also supports switching multiple accounts and viewing emails of all accounts.

You can operate the mail of all accounts, such as read, mark as read, delete, archive, put in the trash, etc without opening the mailbox on the website.

Feature:
➢ Multiple account support, switch gmail accounts easily.
➢ Notify you the first time with a prompt sound when you receive a new email.
➢ Notifier in the background when Google Chrome is closed and still get new email alerts.
➢ Read, mark as read, delete, archive, put in the trash, etc without opening Gmail.

Tips:
There is no need to manually add multiple accounts. When you log in multiple accounts in your Gmail on web, this extension will display the same number of accounts.

this extension was made by third party developers and it is NOT made by Gmail Inc.                    

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

Tên Gmail Checker - Multi Account Gmail Notifier Gmail Checker - Multi Account Gmail Notifier
ID hangbmidafgeohijjheoocjjpdbpaaeh
URL Chính Thức https://chromewebstore.google.com/detail/gmail-checker-multi-accou/hangbmidafgeohijjheoocjjpdbpaaeh
Mô tả Get notifications for multiple Gmail accounts, and read or delete email without opening Gmail
Kích Thước Tệp 2.74 MB
Số Lần Cài Đặt 8,486
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2022-09-10
Đánh Giá 4.69/5 Tổng số 62 Đánh Giá
Nhà Phát Triển Social Analyzer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gmplus.io/
URL Trang Chính Sách Bảo Mật https://gmplus.io/gmplus-private-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.5",
    "name": "__MSG_appname__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/gmplus.io?utm_source=gm_checker",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "identity",
        "idle",
        "contextMenus",
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/accounts.google.com\/"
    ],
    "action": [],
    "icons": {
        "16": "data\/icons\/colors\/red\/16.png",
        "32": "data\/icons\/colors\/red\/32.png",
        "48": "data\/icons\/colors\/red\/48.png",
        "64": "data\/icons\/colors\/red\/64.png",
        "128": "data\/icons\/colors\/red\/128.png",
        "256": "data\/icons\/colors\/red\/256.png",
        "512": "data\/icons\/colors\/red\/512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/*"
            ],
            "js": [
                "data\/inject\/watch.js",
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}