Gmail app badge notification

Show badge notifications in the taskbar when using Gmail as an app

Gmail app badge notification là gì?

Gmail app badge notification là một tiện ích mở rộng Chrome được phát triển bởi Domenico Gemoli, và tính năng chính của nó là "Show badge notifications in the taskbar when using Gmail as an app".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail app badge notification

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

                        Setup:

1. Install the extension
2. Add Gmail as an app. You can do so by following this guide: https://support.google.com/chrome_webstore/answer/3060053?hl=en - make sure to select the option "open as a window".
3. Open the newly installed app.

Troubleshooting:
https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting                    

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

Tên Gmail app badge notification Gmail app badge notification
ID fbaolhbfbmniffcokakochjjeccpcpkh
URL Chính Thức https://chromewebstore.google.com/detail/gmail-app-badge-notificat/fbaolhbfbmniffcokakochjjeccpcpkh
Mô tả Show badge notifications in the taskbar when using Gmail as an app
Kích Thước Tệp 11.68 KB
Số Lần Cài Đặt 7,141
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2020-05-21
Đánh Giá 4.81/5 Tổng số 16 Đánh Giá
Nhà Phát Triển Domenico Gemoli
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/aberonni/gmail-app-badge-notification
URL Trang Trợ Giúp https://github.com/aberonni/gmail-app-badge-notification#Troubleshooting
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail app badge notification",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "Show badge notifications in the taskbar when using Gmail as an app",
    "homepage_url": "https:\/\/github.com\/aberonni\/gmail-app-badge-notification",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mail.google.com\/mail\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}