Notifier for Trello
View, filter and save your Trello notifications as read or unread.
¿Qué es Notifier for Trello?
Notifier for Trello es una extensión de Chrome desarrollada por https://cycododge.com, y su función principal es "View, filter and save your Trello notifications as read or unread.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Notifier for Trello
Descarga archivos de extensión Notifier for Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
++ 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.
Información Básica de la Extensión
Nombre | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Oficial | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Descripción | View, filter and save your Trello notifications as read or unread. |
Tamaño del Archivo | 210 KB |
Cantidad de Instalaciones | 1,000 |
Versión Actual | 2.1.0 |
Última Actualización | 2018-01-18 |
Fecha de Publicación | 2018-01-18 |
Calificación | 4.10/5 Total de 21 Calificaciones |
Desarrollador | https://cycododge.com |
Tipo de Pago | free |
Idiomas Soportados | 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 } |