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"
    }
}