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.)」です。
拡張機能のスクリーンショット
Bugira - Bug Reporter for Jira & Notion拡張機能のCRXファイルをダウンロード
Bugira - Bug Reporter for Jira & Notion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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", " |