Progress for Trello
Track the overall completion of your Trello-based project by counting cards, scrum points, and checklists.
Progress for Trello क्या है?
Progress for Trello https://cycododge.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track the overall completion of your Trello-based project by counting cards, scrum points, and checklists."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Progress for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
## Features - Choose which lists to track progress against - Option to track checklists - Option to track completed items - Option to track scrum points * - Per board settings - Pre-selects lists based on title - 'done' - 'live' - 'complete' - 'finished' - 'closed' * Supported Point Formats "Card Title (1.5)" //will count 1.5 points - Scrum For Trello - https://chrome.google.com/webstore/detail/scrum-for-trello/jdbcdblgjdpmfninkoogcfpnkjmndgje ## Note This plug-in directly injects code into the Trello page in order to quickly and easily monitor changes to your boards.
एक्सटेंशन की मूल जानकारी
नाम | Progress for Trello |
ID | ihneehmaifakdfpbjmneobgeifcaddbd |
आधिकारिक URL | https://chromewebstore.google.com/detail/progress-for-trello/ihneehmaifakdfpbjmneobgeifcaddbd |
विवरण | Track the overall completion of your Trello-based project by counting cards, scrum points, and checklists. |
फ़ाइल का आकार | 1.45 MB |
स्थापना संख्या | 435 |
वर्तमान संस्करण | 1.2.4 |
अंतिम अपडेट | 2018-01-18 |
प्रकाशन तिथि | 2018-01-18 |
रेटिंग | 2.80/5 कुल 5 रेटिंग्स |
डेवलपर | https://cycododge.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Progress for Trello", "version": "1.2.4", "manifest_version": 2, "description": "Track the overall completion of your Trello-based project by counting cards, scrum points, and checklists.", "homepage_url": "http:\/\/cycododge.com\/projects#progress", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "page": "analytics.html", "persistent": false }, "permissions": [ "https:\/\/*.trello.com\/*" ], "web_accessible_resources": [ "js\/bp-trello.js" ], "content_scripts": [ { "matches": [ "https:\/\/*.trello.com\/*" ], "css": [ "css\/bp-trello.css" ] }, { "matches": [ "https:\/\/*.trello.com\/*" ], "js": [ "js\/inject.js" ] } ] } |