TestBuddy - Your true QA buddy

Your bug reporting helper

O que é TestBuddy - Your true QA buddy?

TestBuddy - Your true QA buddy é uma extensão do Chrome desenvolvida por Test Unity, e sua principal característica é "Your bug reporting helper".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TestBuddy - Your true QA buddy

Baixe arquivos de extensão TestBuddy - Your true QA buddy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome TestBuddy - Your true QA buddy TestBuddy - Your true QA buddy
ID dnekabdaipinnioapbaegaijkjkfchph
URL Oficial https://chromewebstore.google.com/detail/testbuddy-your-true-qa-bu/dnekabdaipinnioapbaegaijkjkfchph
Descrição Your bug reporting helper
Tamanho do Arquivo 7.25 MB
Contagem de Instalações 186
Versão Atual 1.3.0
Última Atualização 2023-11-28
Data de Publicação 2022-12-12
Classificação 4.64/5 Total de 11 Avaliações
Desenvolvedor Test Unity
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://testbuddy.io/
URL da Página de Política de Privacidade https://testbuddy.io/privacy-policy-2
Idiomas Suportados 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"
}