Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Cos'è Notifier for Trello?
Notifier for Trello è un'estensione di Chrome sviluppata da https://cycododge.com, e la sua funzione principale è "View, filter and save your Trello notifications as read or unread.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Notifier for Trello
Scarica i file di estensione Notifier for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
++ 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.
Informazioni di Base sull'Estensione
Nome | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Ufficiale | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Descrizione | View, filter and save your Trello notifications as read or unread. |
Dimensione del File | 210 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-01-18 |
Data di Pubblicazione | 2018-01-18 |
Valutazione | 4.10/5 Totale 21 Valutazioni |
Sviluppatore | https://cycododge.com |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |