Bugira - Bug Reporter for Jira & Notion

Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)

Bugira - Bug Reporter for Jira & Notion क्या है?

Bugira - Bug Reporter for Jira & Notion https://bugira.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bugira - Bug Reporter for Jira & Notion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bugira is a bug reporting tool for Product Managers and QA teams to capture and report bugs instantly.

Bugira reduces the TAT in reporting bugs and resolving them, by creating data rich bug reports directly into users Project management tool (Jira, Notion etc.) as issues or bug tasks.

About Bugira : 
- Inbuilt screen recording and narrating tools to capture the issue
- Auto capture of System environment into bug reports for easier debugging by dev teams.
- Record unlimited no of Screens and Create unlimited number of Bug Reports !!
- One time integration with Jira and Notion.
- Allows you to assign sprint dates, persons and additional info to your bug/issue tasks.

Its time to ditch traditional spreadsheets for bug tracking ! Download Bugira and ensure all bugs are captured and resolved and error-less products are are delivered !                    

एक्सटेंशन की मूल जानकारी

नाम Bugira - Bug Reporter for Jira & Notion Bugira - Bug Reporter for Jira & Notion
ID cdnfmflnmhebmelombbgjhfpiajpncgg
आधिकारिक URL https://chromewebstore.google.com/detail/bugira-bug-reporter-for-j/cdnfmflnmhebmelombbgjhfpiajpncgg
विवरण Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)
फ़ाइल का आकार 1.45 MB
स्थापना संख्या 60
वर्तमान संस्करण 1.2.9
अंतिम अपडेट 2023-01-17
प्रकाशन तिथि 2022-08-15
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://bugira.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://bugira.co
गोपनीयता नीति पृष्ठ URL https://mvprockets.com/privacy-policy.html
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bugira - Bug Reporter for Jira & Notion",
    "short_name": "Bug-extension",
    "version": "1.2.9",
    "description": "Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)",
    "icons": {
        "16": "icons128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "audiosources.js",
        "audiosources.html",
        "script_injector.html"
    ],
    "permissions": [
        "identity",
        "identity.email",
        "storage",
        "cookies",
        "",
        "desktopCapture"
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/*.bugira.co\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.bugira.co\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.mxpnl.com\/libs\/mixpanel-2-latest.min.js; object-src 'self'",
    "oauth2": {
        "client_id": "698576814395-lo605i805nbjrbv319agb4jtdgq1213t.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    }
}