Bug Recorder
Website Issue Reporting Tool
什么是Bug Recorder?
Bug Recorder是由juvirez开发的Chrome扩展程序,该扩展的主要功能是“Website Issue Reporting Tool”。
扩展截图
下载Bug Recorder扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |