Trello Checklist Plus
Extends the Trello Checklist with usefull functions
Trello Checklist Plus क्या है?
Trello Checklist Plus b.geissler89 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Trello Checklist with usefull functions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Checklist Plus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
-Feature to extrude a Checklist Item into a own Card and create a back-link without deleting the actual.
एक्सटेंशन की मूल जानकारी
नाम | Trello Checklist Plus |
ID | lgpellhflojpkpbhiehgfeoiodbhpeil |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-checklist-plus/lgpellhflojpkpbhiehgfeoiodbhpeil |
विवरण | Extends the Trello Checklist with usefull functions |
फ़ाइल का आकार | 311 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 0.0.12 |
अंतिम अपडेट | 2016-07-20 |
प्रकाशन तिथि | 2016-07-20 |
रेटिंग | 2.88/5 कुल 8 रेटिंग्स |
डेवलपर | b.geissler89 |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.web-ben.de |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Checklist Plus", "author": "Benjamin Gei\u00dfler", "short_name": "TC+", "version": "0.0.12", "manifest_version": 2, "description": "Extends the Trello Checklist with usefull functions", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "page": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'", "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "exclude_matches": [ "https:\/\/trello.com\/1\/authorize?*", "http:\/\/trello.com\/1\/authorize?*" ], "js": [ "bower_components\/jQuery\/dist\/jquery.js", "scripts\/contentscript.js" ] }, { "matches": [ "https:\/\/trello.com\/1\/OAuthAuthorizeToken*" ], "js": [ "background\/inject-workaround.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "background\/chrome_ex_oauth.html" ], "permissions": [ "tabs", "https:\/\/trello.com\/1\/OAuthGetRequestToken", "https:\/\/trello.com\/1\/OAuthAuthorizeToken", "https:\/\/trello.com\/1\/OAuthGetAccessToken" ] } |