Notifier for Trello

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

什么是Notifier for Trello?

Notifier for Trello是由https://cycododge.com开发的Chrome扩展程序,该扩展的主要功能是“View, filter and save your Trello notifications as read or unread.”。

扩展截图

screenshot

下载Notifier for Trello扩展crx文件

下载Notifier for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
官方URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
简介 View, filter and save your Trello notifications as read or unread.
文件大小 210 KB
安装次数 1,000
当前版本 2.1.0
更新时间 2018-01-18
上架时间 2018-01-18
评分 4.10/5 共21次评分
开发者 https://cycododge.com
付费类型 free
支持的语言 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
}