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.
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } |