Gmail™ Notifier

Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.

Gmail™ Notifier là gì?

Gmail™ Notifier là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.".

Ả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™ Notifier

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

                        Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.

Not affiliated with or created by Google/Gmail. Doesn't track your browsing activities or inject adware, completely safe to use.

Visit homepage for more information: http://browsernative.com/gmail-notifier/                    

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

Tên Gmail™ Notifier Gmail™ Notifier
ID chchfhampioeijdffegkhnpccchjbfpk
URL Chính Thức https://chromewebstore.google.com/detail/gmail-notifier/chchfhampioeijdffegkhnpccchjbfpk
Mô tả Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.
Kích Thước Tệp 12.77 KB
Số Lần Cài Đặt 12,792
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-12
Đánh Giá 3.83/5 Tổng số 24 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://browsernative.com/gmail-notifier/
URL Trang Trợ Giúp http://browsernative.com/gmail-notifier/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail\u2122 Notifier",
    "description": "Get desktop notifications for new emails in your Gmail account, even when Gmail is not open in a tab.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/mail.google.com\/"
    ],
    "version": "0.0.6",
    "homepage_url": "https:\/\/browsernative.com\/gmail-notifier\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png"
    }
}