Bugasura

Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.

Τι είναι το Bugasura;

Το Bugasura είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AppAchhi, και η κύρια λειτουργία του είναι "Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Bugasura

Λήψη αρχείων επέκτασης Bugasura σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Bugasura Chrome Extension is the easiest and most visual way to share website development and design feedback. Use this AI-enabled reporter that allows you to catch bugs super fast. ⚡

Teams using Bugasura plugin report bugs faster because they get: 

📸 Automatic screenshot and video capture to explain steps to reproduce
🦾 Auto-generate bug descriptions, severity, and tags with integrated AI
👉 Built-in annotator to explain bugs and give more context to screenshots
📌 Designer mode to give pixel precise feedback to developers
 📊 Collaborative test coverage reports so you know exactly what was tested
🤖 To push all bugs into an AI-powered issue tracker

This is that one plugin that your developers, designers, and testers will all love. 

Catch bugs and close them faster with Bugasura Chrome Plugin.

"Bugasura has made explaining bugs easy to our team and hence we close bugs faster" - Yash, Engineer at Stockal                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Bugasura Bugasura
ID eheemiidlejngomipjjedefpohekhcic
Επίσημο URL https://chromewebstore.google.com/detail/bugasura/eheemiidlejngomipjjedefpohekhcic
Περιγραφή Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.
Μέγεθος Αρχείου 4.49 MB
Αριθμός Εγκαταστάσεων 662
Τρέχουσα Έκδοση 2024.02.22.12
Τελευταία Ενημέρωση 2024-02-23
Ημερομηνία Δημοσίευσης 2020-06-06
Αξιολόγηση 4.89/5 Συνολικά 28 Αξιολογήσεις
Προγραμματιστής AppAchhi
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://bugasura.io
URL της Σελίδας Πολιτικής Απορρήτου https://bugasura.io/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bugasura",
    "short_name": "Bugasura",
    "description": "Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.",
    "version": "2024.02.22.12",
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "48": "\/assets\/icons\/icon48.png",
        "16": "\/assets\/icons\/icon16.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/sounds\/shutter.mp3"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "\/assets\/icons\/icon16.png",
        "default_popup": "\/src\/main\/popup\/popup.html"
    },
    "background": {
        "service_worker": "background_wrapper.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "identity",
        "storage",
        "contextMenus",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "oauth2": {
        "client_id": "477464698987-8t10n9ne9tv1h14f89jlciut6rev29fb.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArTVkHOUWU8GiFMHcOy9z2S5Hk3faySN8WUuM4WjZSM6h8vo2r\/7cgeLmA1yDHdvdqeKUxcUwl64PgX6Dd5nf9s2zb2HRX7Z3G88CZQYBOiOrh8MY\/kza8Y5fafd7MHHLug+C0zpGVf9PZRoG0XtZp3gb9Fwg67jMmMmTZfVND7SeWZUC5qBcnpwsUapTsUmzPCJFFgi6EDtZw1c1s8+W3nEqOANC\/F0gXANjmntYOouRBCC2Zldo8ONpl\/txcRFUqy6C9FnWu7YgJ2VcHCiWqFfkgglR2fPU+BX7Rkv7XKtQn1hYzs5Av+UJkkUx2iy0AigoHVJ5gTWsExxWhj\/EIwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/code.getmdl.io\/1.3.0\/material.min.js"
    }
}