Disbug: Superior bug reporting

Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.

Co je Disbug: Superior bug reporting?

Disbug: Superior bug reporting je rozšíření Chrome vyvinuté https://disbug.io, a jeho hlavní funkcí je „Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Disbug: Superior bug reporting

Stáhněte si soubory rozšíření Disbug: Superior bug reporting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        🔥Faster bug reporting

With a click of a single button, you will be able to
✔capture screenshots
✔record screen with voice and video annotations
✔capture technical logs
✔edit them 
✔post them to your pre-configured project management tools
💰 Save tonnes of debugging hours

All the bugs reported will contain 
★console logs
★network logs (with request responses)
★local storages
★user events (clicks & form fills)

🎉 Avoid unnecessary calls & chats between Dev & QA 

Along with the logs, disbug will also include
☂current logged-in user
☂screen size
☂viewport size
☂locale
☂os
☂browser version

🎊Automatically post the issue in preconfigured project management tools of your choice.

🚀 Get up and running under 5 minutes

☝Download extension & signup with https://disbug.io
✌Create a project and link it with preferred project management tool
🤟Invite team members

✉ Email to [email protected] request a free demo.                    

Základní Informace o Rozšíření

Název Disbug: Superior bug reporting Disbug: Superior bug reporting
ID ikogehheclkeaipcngkhdpnmfhjhpdio
Oficiální URL https://chromewebstore.google.com/detail/disbug-superior-bug-repor/ikogehheclkeaipcngkhdpnmfhjhpdio
Popis Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.
Velikost souboru 1.68 MB
Počet instalací 494
Aktuální Verze 2.4.6
Poslední Aktualizace 2023-12-29
Datum Vydání 2021-01-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://disbug.io
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://disbug.io/
URL Stránky Nápovědy https://disbug.io/contact-us/
URL Stránky Zásad Ochrany Soukromí http://disbug.io/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disbug: Superior bug reporting",
    "description": "Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.",
    "version": "2.4.6",
    "homepage_url": "https:\/\/disbug.io\/",
    "default_locale": "en",
    "web_accessible_resources": [
        "html\/camera.html",
        "html\/sources.html",
        "html\/settings.html",
        "js\/content.js",
        "css\/content.css",
        "assets\/images\/*",
        "js\/sources.js",
        "js\/cameracontent.js",
        "css\/cameracontent.css",
        "js\/audiosources.js",
        "html\/audiosources.html",
        "report.html"
    ],
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "scripts": [
            "js\/libraries\/jquery-3.5.1.min.js",
            "assets\/libs\/ts-embl.js",
            "background.js",
            "assets\/libs\/hot-reload.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extract_content.js",
                "js\/detect.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Disbug",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "*:\/\/*\/*",
        "background",
        "tabCapture",
        "pageCapture",
        "tabs",
        "webNavigation"
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/sdk.amazonaws.com; object-src 'self'"
}