Bug 2 Trello
Import bug information to a Trello card.
Τι είναι το Bug 2 Trello;
Το Bug 2 Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blog.andrewsomething.com, και η κύρια λειτουργία του είναι "Import bug information to a Trello card.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bug 2 Trello
Λήψη αρχείων επέκτασης Bug 2 Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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'" } |