Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Apa itu Notifier for Trello?
Notifier for Trello adalah ekstensi Chrome yang dikembangkan oleh https://cycododge.com, dan fitur utamanya adalah "View, filter and save your Trello notifications as read or unread.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notifier for Trello
Unduh file ekstensi Notifier for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
++ 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.
Informasi Dasar Ekstensi
Nama | Notifier for Trello |
ID | apgmgifljeljdmgkgklphgmckihimami |
URL Resmi | https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami |
Deskripsi | View, filter and save your Trello notifications as read or unread. |
Ukuran File | 210 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 2.1.0 |
Terakhir Diperbarui | 2018-01-18 |
Tanggal Publikasi | 2018-01-18 |
Penilaian | 4.10/5 Total 21 Penilaian |
Pengembang | https://cycododge.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |