Bugasura

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

Bugasura là gì?

Bugasura là một tiện ích mở rộng Chrome được phát triển bởi AppAchhi, và tính năng chính của nó là "Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bugasura

Tải xuống các tệp mở rộng Bugasura dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bugasura Bugasura
ID eheemiidlejngomipjjedefpohekhcic
URL Chính Thức https://chromewebstore.google.com/detail/bugasura/eheemiidlejngomipjjedefpohekhcic
Mô tả Bugasura is an AI-enabled issue tracker. Comes integrated with reporters to track, manage, and close bugs faster.
Kích Thước Tệp 4.49 MB
Số Lần Cài Đặt 662
Phiên Bản Hiện Tại 2024.02.22.12
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-06-06
Đánh Giá 4.89/5 Tổng số 28 Đánh Giá
Nhà Phát Triển AppAchhi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bugasura.io
URL Trang Chính Sách Bảo Mật https://bugasura.io/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}