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 |
官方網址 | 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" ] } |