Trello Card Dependencies V2.0
Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
Trello Card Dependencies V2.0 क्या है?
Trello Card Dependencies V2.0 jiemakel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Card Dependencies V2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Updated version of Trello Card Dependencies (https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm). In this version, dependencies are not recorded as DependsOn(shortLink) in the description field. Instead, they are human readable and actionable full links inside a "Dependencies" checklist. In addition, one can highlight cards based on their label or associated members.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oofmekkkjbnppfcefaggnempnijifmjk |
आधिकारिक URL | https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk |
विवरण | Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm |
फ़ाइल का आकार | 144 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 2.2 |
अंतिम अपडेट | 2017-10-23 |
प्रकाशन तिथि | 2017-10-23 |
रेटिंग | 3.75/5 कुल 4 रेटिंग्स |
डेवलपर | jiemakel |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/jiemakel/Trello-Card-Dependencies/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Card Dependencies V2.0", "description": "Modification of https:\/\/chrome.google.com\/webstore\/detail\/trello-card-dependencies\/ddhnhdoghhfoeceiohphm", "version": "2.2", "permissions": [ "http:\/\/trello.com\/b*", "https:\/\/trello.com\/b*", "tabs", "storage" ], "web_accessible_resources": [ "index.html", "icon.png", "inline.plugin.js", "https:\/\/ssl.google-analytics.com\/ga.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "lib\/jquery.js", "lib\/inline.plugin.js", "lib\/d3.v3.js", "lib\/linq.js", "trello\/transformer.js", "inVis.js", "trello\/TrelloDepView.js", "trello\/client.js" ] } ] } |