Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Vad är Notifier for Trello?
Notifier for Trello är en Chrome-tillägg utvecklad av https://cycododge.com, och dess huvudfunktion är "View, filter and save your Trello notifications as read or unread.".
Tilläggsskärmbilder
Ladda ner Notifier for Trello-förlängningens CRX-fil
Ladda ner Notifier for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
++ 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.
Grundläggande Information om Tillägg
Namn | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
Officiell webbadress | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Beskrivning | View, filter and save your Trello notifications as read or unread. |
Filstorlek | 210 KB |
Antal Installationer | 1,000 |
Aktuell Version | 2.1.0 |
Senast Uppdaterad | 2018-01-18 |
Publiceringsdatum | 2018-01-18 |
Betyg | 4.10/5 Totalt 21 Betyg |
Utvecklare | https://cycododge.com |
Betalningssätt | free |
Stödda Språk | 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 } |