Bug Recorder

Website Issue Reporting Tool

Bug Recorderคืออะไร?

Bug Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย juvirez และคุณลักษณะหลักของมันคือ "Website Issue Reporting Tool"

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

screenshot

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

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

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

                        Simplifies bug reporting for your customers and support team:
- Make a screencast of the issue
- Record a HAR file
- Grab browser console log and error messages
- Saves everything in a single archive that is easy to share with support/developers

... in two mouse clicks.

Share this with your support team and customers to get well-described bug reports.                    

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

ชื่อ Bug Recorder Bug Recorder
ID kielfocekgmlnkdpibcedkofgafkkppg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg
คำอธิบาย Website Issue Reporting Tool
ขนาดไฟล์ 271 KB
จำนวนการติดตั้ง 739
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-04-26
วันที่เผยแพร่ 2019-04-26
คะแนน 3.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา juvirez
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/juvirez/bug-recorder/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bug Recorder",
    "description": "Website Issue Reporting Tool",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "debugger",
        "tabCapture"
    ]
}