Redpen: Report bugs with screenshot/recording
Capture screenshot and record screen to report bugs and visual feedback.
Redpen: Report bugs with screenshot/recording란 무엇입니까?
Redpen: Report bugs with screenshot/recording은(는) https://redpen.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Capture screenshot and record screen to report bugs and visual feedback."입니다.
확장 프로그램 스크린샷
Redpen: Report bugs with screenshot/recording 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The easiest way to send feedback and report bugs is, take screenshots or record screens of any website or desktop application, highlight issues using annotation tools, and submit them to your favorite issues tracking service. 💁 Helpful for • Quality analysts, developers, designers, product managers, web agencies, consulting companies, product companies, and many more… • All-in-one feedback and bug reporting tool useful in customer support, UAT & Beta testing, and product development. 🔑 Key Benefits • Faster time to market - By reducing product development time by eliminating back-and-forth communication between teams. • Increase customer satisfaction - By faster turnaround of bugs or feedback submitted by customers. • Save Cost - By minimizing the development and support costs. 📋 Features ✪ Screenshot & Annotation tools • Take screenshots of any web page of a website or desktop screen and highlight issues using annotation tools. ✪ Screen recording & Voice comments • Record and explain issues visually on the web page or desktop screen with voice comments and annotation tools. • Double click the Redpen extension to start recording the screen. ✪ Auto-capture technical details • Minimize troubleshooting time with auto-collected browser or desktop-specific metadata. • Collect technical metadata like OS details, browser details, screen size, console logs, network logs, cookies, local storage, IndexedDB, etc. ✪ Auto-fill templates • Report bugs faster with pre-defined templates. While reporting bugs, auto-populate the common form fields to eliminate field selection every time. ✪ Widget • Add Redpen Widget to your website to capture unlimited feedback. 🧰 Integrations • Jira Software • Jira Service Desk • Azure DevOps 🛠 Redpen applications/tools • Browser Extensions - Chrome, Edge, Safari • Desktop applications - Windows, Mac • See others at https://www.redpen.ai/downloads $ Pricing & Plan • Our individual plan is FREE FOREVER. • Plans start at $5 a month. • Visit Customer Support Request and Bug Capture Platform - Redpen to start your 14-days free trial (no credit card required).
확장 프로그램 기본 정보
이름 | Redpen: Report bugs with screenshot/recording |
ID | jaemdkifbanjcbchakllpngalackncfb |
공식 URL | https://chromewebstore.google.com/detail/redpen-report-bugs-with-s/jaemdkifbanjcbchakllpngalackncfb |
설명 | Capture screenshot and record screen to report bugs and visual feedback. |
파일 크기 | 919 KB |
설치 횟수 | 349 |
현재 버전 | 1.0.76 |
최근 업데이트 | 2023-03-02 |
출시 날짜 | 2021-08-08 |
평점 | 5.00/5 총 14 개의 평점 |
개발자 | https://redpen.ai |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.redpen.ai/?utm_source=chrome_extension&utm_medium=marketplace&utm_campaign=integration |
도움말 페이지 URL | https://www.redpen.ai/docs?utm_source=chrome_extension&utm_medium=marketplace&utm_campaign=integration |
개인정보 보호 정책 페이지 URL | https://www.ajmerainfotech.com/privacy?utm_source=chrome_extension&utm_medium=marketplace&utm_campaign=integration&app=redpen |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Redpen: Report bugs with screenshot\/recording", "version": "1.0.76", "offline_enabled": true, "manifest_version": 2, "description": "Capture screenshot and record screen to report bugs and visual feedback.", "browser_action": { "default_icon": { "16": ".\/assets\/logo_16.png", "48": ".\/assets\/logo_48.png", "64": ".\/assets\/logo_64.png", "128": ".\/assets\/logo_128.png" }, "default_title": "Redpen - click to capture (Alt+Shift+X), double click to record (Alt+Shift+D)" }, "background": { "scripts": [ ".\/js\/background.js" ] }, "icons": { "16": ".\/assets\/logo_16.png", "48": ".\/assets\/logo_48.png", "64": ".\/assets\/logo_64.png", "128": ".\/assets\/logo_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.redpen.ai\/*" ], "js": [ ".\/js\/redpenContentScript.js" ] }, { "matches": [ " |