Ybug
Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...
Τι είναι το Ybug;
Το Ybug είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ybug.io, και η κύρια λειτουργία του είναι "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ybug
Λήψη αρχείων επέκτασης Ybug σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more... Get our brilliantly simple Feedback Widget for end users and a browser extension for testers and web developers (browser extension functionality now available for non-registered users, too!). Collect feedback, suggestions and bug reports from your users, clients and teammates. Take screenshot of your current page, annotate it and send it to 20+ bug tracking or project management tools such as Asana, GitHub, Trello, Jira... Ybug automatically includes browser and environment details for you.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | ejgicblnpmmjckfnhkpkbkbelpkoihch |
Επίσημο URL | https://chromewebstore.google.com/detail/ybug/ejgicblnpmmjckfnhkpkbkbelpkoihch |
Περιγραφή | Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more... |
Μέγεθος Αρχείου | 51.71 KB |
Αριθμός Εγκαταστάσεων | 1,219 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2022-02-24 |
Ημερομηνία Δημοσίευσης | 2019-05-22 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://ybug.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://ybug.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://ybug.io/docs/troubleshooting |
URL της Σελίδας Πολιτικής Απορρήτου | https://ybug.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Capture current page, annotate it and send it to 20+ integrations such as GitHub, Trello, Asana, Jira and more...", "version": "1.1.0", "name": "Ybug", "short_name": "Ybug", "author": "Ybug", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": false, "scripts": [ "background.bundle.js" ] }, "content_scripts": [ { "js": [ "annotate.bundle.js" ], "matches": [ "*:\/\/ybug-dev.io\/*", "*:\/\/ybug.io\/*" ] }, { "js": [ "content.bundle.js" ], "matches": [ " |