Priorities for Trello
Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)
Priorities for Trello क्या है?
Priorities for Trello Lewis Wilkie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Priorities for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension adds: 1.) Reach, Impact and Effort priority badges to Trello cards. Values are added by including [R:1] [I:1] [E:1] in the card title. 2.) A "Show Easy" button which highlights the 3 cards with the lowest effort assigned that don't already have members attached. 3.) A "Show Leaderboard" feature that shows the number of cards owned by each attached user per active list. 4.) A small icon to "card detail" pop-ups that displays the card's creator. 30/05/2018: Updated for compatibility with Elegantt for Trello.
एक्सटेंशन की मूल जानकारी
नाम | Priorities for Trello |
ID | planiojomhdcklbllblcpniaompdojbh |
आधिकारिक URL | https://chromewebstore.google.com/detail/priorities-for-trello/planiojomhdcklbllblcpniaompdojbh |
विवरण | Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine) |
फ़ाइल का आकार | 84.91 KB |
स्थापना संख्या | 287 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2018-05-30 |
प्रकाशन तिथि | 2018-05-30 |
डेवलपर | Lewis Wilkie |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "content_scripts": [ { "css": [ "trellopoints.css" ], "js": [ "jquery-1.7.1.min.js", "utils.js", "trellopoints.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "description": "Adapted from 'Combined Points for Trello' extension (see https:\/\/chrome.google.com\/webstore\/detail\/points-for-trello-combine)", "icons": { "128": "images\/logo-128.png", "16": "images\/icon.png", "48": "images\/icon_trello_sm.png" }, "manifest_version": 2, "name": "Priorities for Trello", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1", "web_accessible_resources": [ "images\/points-icon.png" ] } |