Notifier for Trello

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

What is Notifier for Trello?

Notifier for Trello is a Chrome extension developed by https://cycododge.com, and its main feature is "View, filter and save your Trello notifications as read or unread.".

Extension Screenshots

screenshot

Download Notifier for Trello Extension CRX File

Download Notifier for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
Official URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
Description View, filter and save your Trello notifications as read or unread.
File Size 210 KB
Installation Count 1,000
Current Version 2.1.0
Last Updated 2018-01-18
Publish Date 2018-01-18
Rating 4.10/5 Total 21 Ratings
Developer https://cycododge.com
Payment Type free
Supported Languages 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
}