Bugasura

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

What is Bugasura?

Bugasura is a Chrome extension developed by AppAchhi, and its main feature is "Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Bugasura Extension CRX File

Download Bugasura extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bugasura Bugasura
ID eheemiidlejngomipjjedefpohekhcic
Official URL https://chromewebstore.google.com/detail/bugasura/eheemiidlejngomipjjedefpohekhcic
Description Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.
File Size 4.49 MB
Installation Count 662
Current Version 2024.02.22.12
Last Updated 2024-02-23
Publish Date 2020-06-06
Rating 4.89/5 Total 28 Ratings
Developer AppAchhi
Email [email protected]
Payment Type free
Extension Website https://bugasura.io
Privacy Policy Page URL https://bugasura.io/privacy
Supported Languages 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"
    }
}