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.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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
} | |