BugSol - A Bug Reporting Tool
A Bug Reporting Tool
Τι είναι το BugSol - A Bug Reporting Tool;
Το BugSol - A Bug Reporting Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Qodic, και η κύρια λειτουργία του είναι "A Bug Reporting Tool".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BugSol - A Bug Reporting Tool
Λήψη αρχείων επέκτασης BugSol - A Bug Reporting Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
BugSol is a Trello-based bug reporting tool, making it easy for developers and clients to collaborate better. BugSol was developed by a team of developers who knew how difficult software testing & pointing out bugs can get. This tool uses one of the most popular project & bug tracking system, Trello. With a click of a button, you can integrate BugSol with their Trello account. Then to report a bug, just take a screenshot of the bug, annotate the screenshot if required and save it to your Trello card. You can set the default board to which the screenshot will be saved to. We have developed this tool with just the developers' and clients' point of views. So in case you have any suggestions or feedback to make this tool better, then feel free to contact us. And don't forget to RATE US 5 STARS. You reviews matter a lot.
Βασικές Πληροφορίες Επέκτασης
Όνομα | BugSol - A Bug Reporting Tool |
ID | bifbncoednkenflmljidoigbnkagmjjd |
Επίσημο URL | https://chromewebstore.google.com/detail/bugsol-a-bug-reporting-to/bifbncoednkenflmljidoigbnkagmjjd |
Περιγραφή | A Bug Reporting Tool |
Μέγεθος Αρχείου | 1.02 MB |
Αριθμός Εγκαταστάσεων | 87 |
Τρέχουσα Έκδοση | 1.4 |
Τελευταία Ενημέρωση | 2022-07-11 |
Ημερομηνία Δημοσίευσης | 2018-08-25 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Qodic |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.4", "name": "BugSol - A Bug Reporting Tool", "default_locale": "en", "description": "A Bug Reporting Tool", "minimum_chrome_version": "6.0", "background": { "page": "background.html" }, "options_page": "options.html", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", " |