TestBuddy - Your true QA buddy

Your bug reporting helper

Was ist TestBuddy - Your true QA buddy?

TestBuddy - Your true QA buddy ist eine Chrome-Erweiterung, die von Test Unity entwickelt wurde, und ihr Hauptmerkmal ist "Your bug reporting helper".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

TestBuddy - Your true QA buddy-Erweiterungs-CRX-Datei herunterladen

Laden Sie TestBuddy - Your true QA buddy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🐛🔍 Tired of spending hours reporting bugs to your developers? TestBuddy is here to help! 🚀

With TestBuddy, you can easily report bugs 20x faster and get back to what you were doing. Say goodbye to confusing forms and hello to streamlined bug reporting! 🙌

Key features include:

🎥 Screen Recording:
Testbuddy captures bugs and visualises requirements with video and seamlessly uploads them. 🚀 It's the fastest and easiest way to document bugs and requirements!

📸 Screenshots:
Testbuddy allows you to attach screenshots with voice-over to your bug reports. Make your bug snaps more clear by adding comments. 🖼️

📜 Console Logs:
Upon enabling this feature, all bug reports and feedback will include detailed Client-side JavaScript errors and logs. 📝

📊 Event and Network Tab:
These functionalities enhance the bug reporting and troubleshooting process by providing comprehensive insights into events and network activities associated with reported bugs, providing a more intuitive and efficient way to navigate and interact with the software. 🌐

🔧 User-Controlled Metadata Display:
Allows users to choose whether to display metadata based on the 'Collect Technical Logs' option, providing flexibility and customization options to suit individual preferences and requirements. 🛠️

✏️ Image Annotation:
This enables users to annotate images with notes, comments, or graphical elements for enhanced collaboration and communication within the software. 🖍️

🔐 Improved Login Flow:
Ensures a smoother and more convenient login experience for users. 🚪

🔁 Auto Populate Step-to-Reproduce:
This makes it easier and faster for users to reproduce steps, resulting in more accurate bug reporting and faster issue resolution. ⏩

Simply download the TestBuddy extension and start reporting bugs for free! No credit card required. 🤑

Integrations with Jira, Slack, Trello, and other existing tools make it easy to file bugs exactly where they are needed. Don't waste any more time, start using TestBuddy today! 💻                    

Grundlegende Informationen zur Erweiterung

Name TestBuddy - Your true QA buddy TestBuddy - Your true QA buddy
ID dnekabdaipinnioapbaegaijkjkfchph
Offizielle URL https://chromewebstore.google.com/detail/testbuddy-your-true-qa-bu/dnekabdaipinnioapbaegaijkjkfchph
Beschreibung Your bug reporting helper
Dateigröße 7.25 MB
Installationsanzahl 186
Aktuelle Version 1.3.0
Letztes Update 2023-11-28
Veröffentlichungsdatum 2022-12-12
Bewertung 4.64/5 Insgesamt 11 Bewertungen
Entwickler Test Unity
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://testbuddy.io/
URL der Datenschutzrichtlinien-Seite https://testbuddy.io/privacy-policy-2
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/dist\/bg.js"
    },
    "short_name": "TestBuddy",
    "description": "Your bug reporting helper",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/dist\/document_start.js"
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/fabric.min.js"
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                ".\/dist\/contentScript.js",
                ".\/dist\/domEventListeners.js",
                ".\/dist\/recordingEventListeners.js"
            ],
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/app.testbuddy.io\/static\/index.html",
                "https:\/\/chrome.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "\/assets\/images\/icon\/icon_128.png",
        "16": "\/assets\/images\/icon\/icon_16.png",
        "32": "\/assets\/images\/icon\/icon_32.png",
        "48": "\/assets\/images\/icon\/icon_48.png"
    },
    "action": {
        "default_title": "Open TestBuddy",
        "default_popup": "\/html\/popup.html"
    },
    "manifest_version": 3,
    "name": "TestBuddy - Your true QA buddy",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.testbuddy.io\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ".\/dist\/rrweb.js",
                ".\/dist\/document_start.js",
                ".\/dist\/countDownHTML.js",
                ".\/dist\/contentScript.js",
                ".\/dist\/recordReplay.js",
                ".\/dist\/domEventListeners.js",
                ".\/dist\/recordingEventListeners.js",
                "\/dist\/script.js",
                ".\/dist\/fabric.min.js",
                ".\/css\/annotation.css",
                ".\/css\/rrwebPlayer.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/assets\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab",
        "cookies",
        "background",
        "management",
        "tabs",
        "desktopCapture",
        "webRequest",
        "scripting",
        "storage",
        "contextMenus",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.3.0"
}