Inbox notifications
Shows notifications to messages stream.
Inbox notifications là gì?
Inbox notifications là một tiện ích mở rộng Chrome được phát triển bởi Dmitry Balakov, và tính năng chính của nó là "Shows notifications to messages stream.".
Ả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 Inbox notifications
Tải xuống các tệp mở rộng Inbox notifications 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
https://github.com/dbalakov/inbox.notifications
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | accaanpfdgdlfliclbofmpadfepmkfoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/inbox-notifications/accaanpfdgdlfliclbofmpadfepmkfoa |
Mô tả | Shows notifications to messages stream. |
Kích Thước Tệp | 37.89 KB |
Số Lần Cài Đặt | 135 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2015-06-02 |
Ngày Phát Hành | 2015-06-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Dmitry Balakov |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inbox notifications", "version": "0.1", "description": "Shows notifications to messages stream.", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "notifications", "storage", "webRequest", "https:\/\/mail.google.com\/mail\/feed\/atom" ], "options_page": "options\/options.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "web_accessible_resources": [ "48.png" ] } |