Notifier for Trello
View, filter and save your Trello notifications as read or unread.
什麼是Notifier for Trello?
Notifier for Trello是由https://cycododge.com開發的Chrome擴展程式,該擴展的主要功能是“View, filter and save your Trello notifications as read or unread.”。
擴展截圖
下載Notifier for Trello擴展crx文件
下載Notifier for Trello擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
++ 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.
擴展基本資訊
名稱 | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
官方網址 | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
簡介 | View, filter and save your Trello notifications as read or unread. |
檔案大小 | 210 KB |
安裝次數 | 1,000 |
目前版本 | 2.1.0 |
更新時間 | 2018-01-18 |
上架時間 | 2018-01-18 |
評分 | 4.10/5 共 21 次評分 |
開發者 | https://cycododge.com |
付費類型 | free |
支援的語言 | 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 } |