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.)

Cos'è Bugira - Bug Reporter for Jira & Notion?

Bugira - Bug Reporter for Jira & Notion è un'estensione di Chrome sviluppata da https://bugira.co, e la sua funzione principale è "Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bugira - Bug Reporter for Jira & Notion

Scarica i file di estensione Bugira - Bug Reporter for Jira & Notion in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 !                    

Informazioni di Base sull'Estensione

Nome Bugira - Bug Reporter for Jira & Notion Bugira - Bug Reporter for Jira & Notion
ID cdnfmflnmhebmelombbgjhfpiajpncgg
URL Ufficiale https://chromewebstore.google.com/detail/bugira-bug-reporter-for-j/cdnfmflnmhebmelombbgjhfpiajpncgg
Descrizione Bugira saves time reporting bugs, by creating data rich bug reports directly into your Project management tools (Jira, Notion etc.)
Dimensione del File 1.45 MB
Conteggio Installazioni 60
Versione Corrente 1.2.9
Ultimo Aggiornamento 2023-01-17
Data di Pubblicazione 2022-08-15
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore https://bugira.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bugira.co
URL della Pagina della Politica sulla Privacy https://mvprockets.com/privacy-policy.html
Lingue Supportate 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"
        ]
    }
}