Bugasura

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

Wat is Bugasura?

Bugasura is een Chrome-extensie ontwikkeld door AppAchhi, en de belangrijkste functie is "Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bugasura

Download Bugasura-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bugasura Bugasura
ID eheemiidlejngomipjjedefpohekhcic
Officiële URL https://chromewebstore.google.com/detail/bugasura/eheemiidlejngomipjjedefpohekhcic
Beschrijving Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.
Bestandsgrootte 4.49 MB
Aantal Installaties 662
Huidige Versie 2024.02.22.12
Laatst Bijgewerkt 2024-02-23
Publicatiedatum 2020-06-06
Beoordeling 4.89/5 Totaal 28 Beoordelingen
Ontwikkelaar AppAchhi
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://bugasura.io
URL van de Privacybeleid Pagina https://bugasura.io/privacy
Ondersteunde Talen 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"
    }
}