Exploratory Testing Chrome Extension
Exploratory testing session using Chrome
Exploratory Testing Chrome Extension란 무엇입니까?
Exploratory Testing Chrome Extension은(는) Francisco Moreno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exploratory testing session using Chrome"입니다.
확장 프로그램 스크린샷
Exploratory Testing Chrome Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Chrome extension designed for making web exploratory testing easier Features: - Report bugs, ideas, notes and questions easily - Take screenshots during the session. Keep focused - URL will be tracked automatically - See session results in a report - Save and import session - Export session to JSON,CSV or HTML v2.1.5 - update permissions v2.1.4 - new icon v2.1.2 - Fix minor bugs v2.1.0 - Screenshot preview at HTMLReport v2.0.4 - Fix open imagen in new windows issue v2.0.2 - Fixed malware issuen (related to jQuery 3) v2.0.1 - Export JSON Session fixes v2.0.0 - (Thanks to @majesticjondi for his PR) - Added bootstrap - New icons - Multiline comments (Crtl + Enter) - Minor fixes v1.2.0 - Export and import session. You can save and restore sessions anytime. v1.1.1 - BugFix: Export large html reports solved (Thanks to www.lyontesting.fr) v1.1.0 - Edit and delete annoatations from report. Even testers make mistakes ;) V1.0.4 - Add screenshot shortcut (Shift + Enter) - Suggested by @WhyAyeMac V1.0.3 - UX improvements V1.0.2 - Added filters and styles to Exportable HTML Report V1.0.1 - UX improvements
확장 프로그램 기본 정보
이름 | Exploratory Testing Chrome Extension |
ID | khigmghadjljgjpamimgjjmpmlbgmekj |
공식 URL | https://chromewebstore.google.com/detail/exploratory-testing-chrom/khigmghadjljgjpamimgjjmpmlbgmekj |
설명 | Exploratory testing session using Chrome |
파일 크기 | 270 KB |
설치 횟수 | 12,070 |
현재 버전 | 2.1.5 |
최근 업데이트 | 2022-05-21 |
출시 날짜 | 2019-09-23 |
평점 | 4.32/5 총 22 개의 평점 |
개발자 | Francisco Moreno |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/morvader/ExploratoryTestingChromeExtension |
도움말 페이지 URL | https://github.com/morvader/ExploratoryTestingChromeExtension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exploratory Testing Chrome Extension", "short_name": "Chrome Exploratory Testing", "description": "Exploratory testing session using Chrome", "author": "@morvader", "version": "2.1.5", "icons": { "16": "\/icons\/iconbig.png", "48": "\/icons\/iconbig.png", "128": "\/icons\/iconbig.png" }, "background": { "scripts": [ "lib\/browserInfo.js", "lib\/date.js", "src\/Annotation.js", "src\/Session.js", "src\/ExportSessionCSV.js", "src\/JSonSessionService.js", "background.js" ], "persistent": true }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "\/icons\/iconbig.png", "default_popup": "popup.html" } } |