TestBuddy - Your true QA buddy

Your bug reporting helper

ما هو TestBuddy - Your true QA buddy؟

TestBuddy - Your true QA buddy هو إضافة Chrome تم تطويرها بواسطة Test Unity، والميزة الرئيسية لها هي "Your bug reporting helper".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TestBuddy - Your true QA buddy

قم بتنزيل ملفات الامتداد TestBuddy - Your true QA buddy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم TestBuddy - Your true QA buddy TestBuddy - Your true QA buddy
ID dnekabdaipinnioapbaegaijkjkfchph
عنوان URL الرسمي https://chromewebstore.google.com/detail/testbuddy-your-true-qa-bu/dnekabdaipinnioapbaegaijkjkfchph
الوصف Your bug reporting helper
حجم الملف 7.25 MB
عدد التثبيتات 186
النسخة الحالية 1.3.0
آخر تحديث 2023-11-28
تاريخ النشر 2022-12-12
تقييم 4.64/5 مجموع تقييمات 11
المطور Test Unity
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://testbuddy.io/
عنوان صفحة سياسة الخصوصية https://testbuddy.io/privacy-policy-2
اللغات المدعومة 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"
}