Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Notifier for Trello là gì?
Notifier for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://cycododge.com, và tính năng chính của nó là "View, filter and save your Trello notifications as read or unread.".
Ả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 Notifier for Trello
Tải xuống các tệp mở rộng Notifier for Trello 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
++ Features ++ * Unread Notification Count * Ability to Mark Read or Unread * Filters for All, Unread, Mentions, Comments and Members * Notifications Link to Users, Cards, Boards, etc. * Sound plays when notification arrives.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Chính Thức | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Mô tả | View, filter and save your Trello notifications as read or unread. |
Kích Thước Tệp | 210 KB |
Số Lần Cài Đặt | 1,000 |
Phiên Bản Hiện Tại | 2.1.0 |
Cập Nhật Lần Cuối | 2018-01-18 |
Ngày Phát Hành | 2018-01-18 |
Đánh Giá | 4.10/5 Tổng số 21 Đánh Giá |
Nhà Phát Triển | https://cycododge.com |
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": "Notifier for Trello", "short_name": "Notifier", "version": "2.1.0", "description": "View, filter and save your Trello notifications as read or unread.", "background": { "page": "background.html" }, "browser_action": { "default_icon": "img\/icon19.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "https:\/\/*.trello.com\/*", "storage" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2 } |