Badge Notifications for Gmail PWA
A tool to add a pending notification app badge (tested on Chrome OS)
Badge Notifications for Gmail PWA là gì?
Badge Notifications for Gmail PWA là một tiện ích mở rộng Chrome được phát triển bởi iamacarpet, và tính năng chính của nó là "A tool to add a pending notification app badge (tested on Chrome OS)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Badge Notifications for Gmail PWA
Tải xuống các tệp mở rộng Badge Notifications for Gmail PWA 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
Show badge notifications in the dock/shelf when using Gmail as an app (PWA). PWA badge notifications are supported on Windows, macOS and ChromeOS: https://chromestatus.com/feature/6068482055602176
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Badge Notifications for Gmail PWA |
ID | ddkjoljjbgpkohjghilljalfblkcleep |
URL Chính Thức | https://chromewebstore.google.com/detail/badge-notifications-for-g/ddkjoljjbgpkohjghilljalfblkcleep |
Mô tả | A tool to add a pending notification app badge (tested on Chrome OS) |
Kích Thước Tệp | 8.77 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-07-12 |
Ngày Phát Hành | 2023-07-05 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | iamacarpet |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/a1comms/chromeos-apps-for-office365/tree/master/gmail-chromeos-notifications |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Badge Notifications for Gmail PWA", "version": "1.2", "description": "A tool to add a pending notification app badge (tested on Chrome OS)", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "images\/icon128.png" } } |