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 là gì?
webQsee Web Sniffer & Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://webqsee.com, và tính năng chính của nó là "Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng webQsee Web Sniffer & Recorder
Tải xuống các tệp mở rộng webQsee Web Sniffer & Recorder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | webQsee Web Sniffer & Recorder |
ID | gamdpfnfkjknkimfbboonmgdfnondfme |
URL Chính Thức | https://chromewebstore.google.com/detail/webqsee-web-sniffer-recor/gamdpfnfkjknkimfbboonmgdfnondfme |
Mô tả | Record, replay and analyze web app behavior. Collect and export data for trouble tickets. Capture screenshots and videos. |
Kích Thước Tệp | 9.97 MB |
Số Lần Cài Đặt | 1,385 |
Phiên Bản Hiện Tại | 4.1.0-prod |
Cập Nhật Lần Cuối | 2023-06-30 |
Ngày Phát Hành | 2020-05-22 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | https://webqsee.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webqsee.com |
URL Trang Trợ Giúp | https://webqsee.com/support.html |
URL Trang Chính Sách Bảo Mật | https://www.webqsee.com/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |