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 - это расширение Chrome, разработанное https://bugira.co, и его основная функция - "Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)".
Снимки экрана расширения
Скачать файл CRX расширения Bugira - Bug Reporter for Jira & Notion
Скачайте файлы расширений 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 |
Электронная почта | [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", " |