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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Bugira - Bug Reporter for Jira & Notion 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        ]
    }
}