Disbug: Superior bug reporting
Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.
Τι είναι το Disbug: Superior bug reporting;
Το Disbug: Superior bug reporting είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://disbug.io, και η κύρια λειτουργία του είναι "Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Disbug: Superior bug reporting
Λήψη αρχείων επέκτασης Disbug: Superior bug reporting σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🔥Faster bug reporting With a click of a single button, you will be able to ✔capture screenshots ✔record screen with voice and video annotations ✔capture technical logs ✔edit them ✔post them to your pre-configured project management tools 💰 Save tonnes of debugging hours All the bugs reported will contain ★console logs ★network logs (with request responses) ★local storages ★user events (clicks & form fills) 🎉 Avoid unnecessary calls & chats between Dev & QA Along with the logs, disbug will also include ☂current logged-in user ☂screen size ☂viewport size ☂locale ☂os ☂browser version 🎊Automatically post the issue in preconfigured project management tools of your choice. 🚀 Get up and running under 5 minutes ☝Download extension & signup with https://disbug.io ✌Create a project and link it with preferred project management tool 🤟Invite team members ✉ Email to [email protected] request a free demo.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Disbug: Superior bug reporting |
ID | ikogehheclkeaipcngkhdpnmfhjhpdio |
Επίσημο URL | https://chromewebstore.google.com/detail/disbug-superior-bug-repor/ikogehheclkeaipcngkhdpnmfhjhpdio |
Περιγραφή | Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool. |
Μέγεθος Αρχείου | 1.68 MB |
Αριθμός Εγκαταστάσεων | 494 |
Τρέχουσα Έκδοση | 2.4.6 |
Τελευταία Ενημέρωση | 2023-12-29 |
Ημερομηνία Δημοσίευσης | 2021-01-04 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://disbug.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://disbug.io/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://disbug.io/contact-us/ |
URL της Σελίδας Πολιτικής Απορρήτου | http://disbug.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disbug: Superior bug reporting", "description": "Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.", "version": "2.4.6", "homepage_url": "https:\/\/disbug.io\/", "default_locale": "en", "web_accessible_resources": [ "html\/camera.html", "html\/sources.html", "html\/settings.html", "js\/content.js", "css\/content.css", "assets\/images\/*", "js\/sources.js", "js\/cameracontent.js", "css\/cameracontent.css", "js\/audiosources.js", "html\/audiosources.html", "report.html" ], "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "scripts": [ "js\/libraries\/jquery-3.5.1.min.js", "assets\/libs\/ts-embl.js", "background.js", "assets\/libs\/hot-reload.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |