Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Was ist Notifier for Trello?
Notifier for Trello ist eine Chrome-Erweiterung, die von https://cycododge.com entwickelt wurde, und ihr Hauptmerkmal ist "View, filter and save your Trello notifications as read or unread.".
Erweiterungsscreenshots
Notifier for Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Notifier for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
++ 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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | apgmgifljeljdmgkgklphgmckihimami |
| Offizielle URL | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
| Beschreibung | View, filter and save your Trello notifications as read or unread. |
| Dateigröße | 210 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 2.1.0 |
| Letztes Update | 2018-01-18 |
| Veröffentlichungsdatum | 2018-01-18 |
| Bewertung | 4.10/5 Insgesamt 21 Bewertungen |
| Entwickler | https://cycododge.com |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |