Bug 2 Trello
Import bug information to a Trello card.
Bug 2 Trello क्या है?
Bug 2 Trello https://blog.andrewsomething.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Import bug information to a Trello card."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bug 2 Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances. Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there. https://github.com/andrewsomething/bug2trello
एक्सटेंशन की मूल जानकारी
नाम | Bug 2 Trello |
ID | aomnoofmdnaccffobkddehcmdihggcke |
आधिकारिक URL | https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke |
विवरण | Import bug information to a Trello card. |
फ़ाइल का आकार | 114 KB |
स्थापना संख्या | 179 |
वर्तमान संस्करण | 0.7 |
अंतिम अपडेट | 2017-05-09 |
प्रकाशन तिथि | 2017-05-08 |
रेटिंग | 4.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://blog.andrewsomething.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/ |
सहायता पृष्ठ URL | https://github.com/andrewsomething/bug2trello/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bug 2 Trello", "short_name": "bug2trello", "version": "0.7", "description": "Import bug information to a Trello card.", "icons": { "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "Bug 2 Trello", "default_icon": "icons\/icon-32.png", "default_popup": "popup\/popup.html" }, "permissions": [ "notifications", "tabs", "https:\/\/*\/", "http:\/\/*\/" ], "web_accessible_resources": [ "options\/options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |