Notifier for Trello
View, filter and save your Trello notifications as read or unread.
Notifier for Trello क्या है?
Notifier for Trello https://cycododge.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View, filter and save your Trello notifications as read or unread."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Notifier for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
++ 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 |
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 } |