Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Qu'est-ce que Notifier for Trello ?
Notifier for Trello est une extension Chrome développée par https://cycododge.com, et sa fonction principale est "View, filter and save your Trello notifications as read or unread.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Notifier for Trello
Téléchargez les fichiers d'extension Notifier for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
++ 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.
Informations de Base sur l'Extension
Nom | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Officiel | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Description | View, filter and save your Trello notifications as read or unread. |
Taille du Fichier | 210 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2018-01-18 |
Date de Publication | 2018-01-18 |
Évaluation | 4.10/5 Total 21 Évaluations |
Développeur | https://cycododge.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |