Bug Report
This extension gets the browser details and writes a bug report.
Bug Report란 무엇입니까?
Bug Report은(는) alfie84에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gets the browser details and writes a bug report."입니다.
확장 프로그램 스크린샷
Bug Report 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a simple extension to generate a bug report automatically. Sometimes the end users report issues by email without any screenshots or steps and makes it hard for the developers / testers to replicate the issue. The purpose of this is to auto-generate useful information for the developers / testers when an issue is found. Usage: 1. Fill the Description 2. Fill the Steps 3. Click "Save As" to save as PDF 4. Send Report
확장 프로그램 기본 정보
이름 | Bug Report |
ID | kgjmpflejlpefbangkefecjdflfapdmp |
공식 URL | https://chromewebstore.google.com/detail/bug-report/kgjmpflejlpefbangkefecjdflfapdmp |
설명 | This extension gets the browser details and writes a bug report. |
파일 크기 | 13.41 KB |
설치 횟수 | 34 |
현재 버전 | 1.4 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2019-01-17 |
개발자 | alfie84 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bug Report", "version": "1.4", "description": "This extension gets the browser details and writes a bug report.", "permissions": [ "activeTab" ], "manifest_version": 3, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": { "16": "images\/bug_icon16.png", "48": "images\/bug_icon48.png", "128": "images\/bug_icon128.png" } }, "icons": { "16": "images\/bug_icon16.png", "48": "images\/bug_icon48.png", "128": "images\/bug_icon128.png" } } |