Bug Report

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

Bug Reportคืออะไร?

Bug Report เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alfie84 และคุณลักษณะหลักของมันคือ "This extension gets the browser details and writes a bug report."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bug Report

ดาวน์โหลดไฟล์ส่วนขยาย Bug Report ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bug Report Bug Report
ID kgjmpflejlpefbangkefecjdflfapdmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp
คำอธิบาย This extension gets the browser details and writes a bug report.
ขนาดไฟล์ 13.41 KB
จำนวนการติดตั้ง 34
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2023-12-06
วันที่เผยแพร่ 2019-01-17
ผู้พัฒนา alfie84
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}