Bug Report

This extension gets the browser details and writes a bug report.

Bug Report là gì?

Bug Report là một tiện ích mở rộng Chrome được phát triển bởi alfie84, và tính năng chính của nó là "This extension gets the browser details and writes a bug report.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bug Report

Tải xuống các tệp mở rộng Bug Report 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

                        This is a simple extension to generate a bug report automatically. Sometimes the end users report issues by email without any screenshots or steps and makes it hard for the developers / testers to replicate the issue. The purpose of this is to auto-generate useful information for the developers / testers when an issue is found.

Usage:
1. Fill the Description
2. Fill the Steps
3. Click "Save As" to save as PDF
4. Send Report                    

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

Tên Bug Report Bug Report
ID kgjmpflejlpefbangkefecjdflfapdmp
URL Chính Thức https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp
Mô tả This extension gets the browser details and writes a bug report.
Kích Thước Tệp 13.41 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2023-12-06
Ngày Phát Hành 2019-01-17
Nhà Phát Triển alfie84
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bug Report",
    "version": "1.4",
    "description": "This extension gets the browser details and writes a bug report.",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/bug_icon16.png",
            "48": "images\/bug_icon48.png",
            "128": "images\/bug_icon128.png"
        }
    },
    "icons": {
        "16": "images\/bug_icon16.png",
        "48": "images\/bug_icon48.png",
        "128": "images\/bug_icon128.png"
    }
}