TestBuddy - Your true QA buddy

Your bug reporting helper

TestBuddy - Your true QA buddy là gì?

TestBuddy - Your true QA buddy là một tiện ích mở rộng Chrome được phát triển bởi Test Unity, và tính năng chính của nó là "Your bug reporting helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TestBuddy - Your true QA buddy

Tải xuống các tệp mở rộng TestBuddy - Your true QA buddy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TestBuddy - Your true QA buddy TestBuddy - Your true QA buddy
ID dnekabdaipinnioapbaegaijkjkfchph
URL Chính Thức https://chromewebstore.google.com/detail/testbuddy-your-true-qa-bu/dnekabdaipinnioapbaegaijkjkfchph
Mô tả Your bug reporting helper
Kích Thước Tệp 7.25 MB
Số Lần Cài Đặt 186
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2022-12-12
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Test Unity
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://testbuddy.io/
URL Trang Chính Sách Bảo Mật https://testbuddy.io/privacy-policy-2
Ngôn Ngữ Được Hỗ Trợ 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"
}