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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Lewis Wilkie, και η κύρια λειτουργία του είναι "Adapted from 'Combined Points for Trello' extension (see https://chrome.google.com/webstore/detail/points-for-trello-combine)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Priorities for Trello
Λήψη αρχείων επέκτασης Priorities for Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |