webQsee Web Sniffer & Recorder
Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos.
webQsee Web Sniffer & Recorder란 무엇입니까?
webQsee Web Sniffer & Recorder은(는) https://webqsee.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos."입니다.
확장 프로그램 스크린샷
webQsee Web Sniffer & Recorder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
webQsee is privacy-centric. Data you capture with webQsee is stored LOCALLY per default and does NOT leave your system without your prior knowledge. 🚀 FREE USER FEATURES: • no account / registration required • sniff and analyze website communication (network + console) • make screenshots and videos (resolution up to 4K) • unlimited amount of screenshots and videos • capture and replay later: tab video + sniffed communication • capture and view later: tab screenshot + sniffed communication • edit and annotate screenshots • manage thousands of screenshots and videos using the Gallery • save environmental data for all Gallery items • group, sort and filter sniffed data • export as HAR, XLSX and more, optionally using filter criterias • ... and much more! 😍 CUSTOMER ONLY FEATURES: • longer max video duration • better import capabilities • classify sniffed communication using custom rules • share custom rules with your team • use the Cloud Gallery with an Amazon-S3-compatible storage • share Cloud Gallery items with your team • ... or share them with Jira, Slack and Microsoft Teams For a more detailed list of features, visit webqsee.com
확장 프로그램 기본 정보
이름 | webQsee Web Sniffer & Recorder |
ID | gamdpfnfkjknkimfbboonmgdfnondfme |
공식 URL | https://chromewebstore.google.com/detail/webqsee-web-sniffer-recor/gamdpfnfkjknkimfbboonmgdfnondfme |
설명 | Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos. |
파일 크기 | 9.97 MB |
설치 횟수 | 1,385 |
현재 버전 | 4.1.0-prod |
최근 업데이트 | 2023-06-30 |
출시 날짜 | 2020-05-22 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | https://webqsee.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://webqsee.com |
도움말 페이지 URL | https://webqsee.com/support.html |
개인정보 보호 정책 페이지 URL | https://www.webqsee.com/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "webQsee Web Sniffer & Recorder", "description": "Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos.", "minimum_chrome_version": "103", "offline_enabled": true, "author": "pagu.at EDV Management GmbH", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "service-worker-for-extension.js", "type": "module" }, "declarative_net_request": { "rule_resources": [ { "id": "static-net-rules-1", "enabled": true, "path": "static-net-rules-1.json" } ] }, "permissions": [ "alarms", "contextMenus", "clipboardWrite", "debugger", "declarativeNetRequestWithHostAccess", "downloads", "desktopCapture", "notifications", "pageCapture", "scripting", "storage", "system.cpu", "system.display", "system.memory", "tabs", "tabCapture", "unlimitedStorage" ], "host_permissions": [ " |