Disbug: Superior bug reporting
Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.
什么是Disbug: Superior bug reporting?
Disbug: Superior bug reporting是由https://disbug.io开发的Chrome扩展程序,该扩展的主要功能是“Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.”。
扩展截图
下载Disbug: Superior bug reporting扩展crx文件
下载Disbug: Superior bug reporting扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🔥Faster bug reporting
With a click of a single button, you will be able to
✔capture screenshots
✔record screen with voice and video annotations
✔capture technical logs
✔edit them
✔post them to your pre-configured project management tools
💰 Save tonnes of debugging hours
All the bugs reported will contain
★console logs
★network logs (with request responses)
★local storages
★user events (clicks & form fills)
🎉 Avoid unnecessary calls & chats between Dev & QA
Along with the logs, disbug will also include
☂current logged-in user
☂screen size
☂viewport size
☂locale
☂os
☂browser version
🎊Automatically post the issue in preconfigured project management tools of your choice.
🚀 Get up and running under 5 minutes
☝Download extension & signup with https://disbug.io
✌Create a project and link it with preferred project management tool
🤟Invite team members
✉ Email to [email protected] request a free demo. 扩展基本信息
| 名称 | |
| ID | ikogehheclkeaipcngkhdpnmfhjhpdio |
| 官方URL | https://chromewebstore.google.com/detail/disbug-superior-bug-repor/ikogehheclkeaipcngkhdpnmfhjhpdio |
| 简介 | Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool. |
| 文件大小 | 1.68 MB |
| 安装次数 | 494 |
| 当前版本 | 2.4.6 |
| 更新时间 | 2023-12-29 |
| 上架时间 | 2021-01-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://disbug.io |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://disbug.io/ |
| 帮助页面URL | https://disbug.io/contact-us/ |
| 隐私政策页面URL | http://disbug.io/privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Disbug: Superior bug reporting",
"description": "Report bugs with technical logs, screencasts and screenshots and post directly to your favorite project management tool.",
"version": "2.4.6",
"homepage_url": "https:\/\/disbug.io\/",
"default_locale": "en",
"web_accessible_resources": [
"html\/camera.html",
"html\/sources.html",
"html\/settings.html",
"js\/content.js",
"css\/content.css",
"assets\/images\/*",
"js\/sources.js",
"js\/cameracontent.js",
"css\/cameracontent.css",
"js\/audiosources.js",
"html\/audiosources.html",
"report.html"
],
"icons": {
"16": "assets\/icon_16.png",
"32": "assets\/icon_32.png",
"48": "assets\/icon_48.png",
"128": "assets\/icon_128.png"
},
"background": {
"scripts": [
"js\/libraries\/jquery-3.5.1.min.js",
"assets\/libs\/ts-embl.js",
"background.js",
"assets\/libs\/hot-reload.js"
],
"persistent": true
},
"content_scripts": [
{
"matches": [
" | |