Bug Recorder
Website Issue Reporting Tool
Bug Recorder là gì?
Bug Recorder là một tiện ích mở rộng Chrome được phát triển bởi juvirez, và tính năng chính của nó là "Website Issue Reporting Tool".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bug Recorder
Tải xuống các tệp mở rộng Bug Recorder 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bug Recorder |
ID | kielfocekgmlnkdpibcedkofgafkkppg |
URL Chính Thức | https://chromewebstore.google.com/detail/bug-recorder/kielfocekgmlnkdpibcedkofgafkkppg |
Mô tả | Website Issue Reporting Tool |
Kích Thước Tệp | 271 KB |
Số Lần Cài Đặt | 739 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-04-26 |
Ngày Phát Hành | 2019-04-26 |
Đánh Giá | 3.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | juvirez |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/juvirez/bug-recorder/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |