TestBuddy - Your true QA buddy

Your bug reporting helper

Qu'est-ce que TestBuddy - Your true QA buddy ?

TestBuddy - Your true QA buddy est une extension Chrome développée par Test Unity, et sa fonction principale est "Your bug reporting helper".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TestBuddy - Your true QA buddy

Téléchargez les fichiers d'extension TestBuddy - Your true QA buddy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        🐛🔍 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! 💻                    

Informations de Base sur l'Extension

Nom TestBuddy - Your true QA buddy TestBuddy - Your true QA buddy
ID dnekabdaipinnioapbaegaijkjkfchph
URL Officiel https://chromewebstore.google.com/detail/testbuddy-your-true-qa-bu/dnekabdaipinnioapbaegaijkjkfchph
Description Your bug reporting helper
Taille du Fichier 7.25 MB
Nombre d'Installations 186
Version Actuelle 1.3.0
Dernière Mise à Jour 2023-11-28
Date de Publication 2022-12-12
Évaluation 4.64/5 Total 11 Évaluations
Développeur Test Unity
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://testbuddy.io/
URL de la Page de Politique de Confidentialité https://testbuddy.io/privacy-policy-2
Langues Prises en Charge 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"
}