Notifier for Trello

View, filter and save your Trello notifications as read or unread.

Wat is Notifier for Trello?

Notifier for Trello is een Chrome-extensie ontwikkeld door https://cycododge.com, en de belangrijkste functie is "View, filter and save your Trello notifications as read or unread.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Notifier for Trello

Download Notifier for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ++ 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.                    

Basisinformatie over de Extensie

Naam Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
Officiële URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
Beschrijving View, filter and save your Trello notifications as read or unread.
Bestandsgrootte 210 KB
Aantal Installaties 1,000
Huidige Versie 2.1.0
Laatst Bijgewerkt 2018-01-18
Publicatiedatum 2018-01-18
Beoordeling 4.10/5 Totaal 21 Beoordelingen
Ontwikkelaar https://cycododge.com
Betalingswijze free
Ondersteunde Talen 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
}