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.
拡張機能の基本情報
名前 | Disbug: Superior bug reporting |
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 |
Eメール | [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": [ " |