ReproNow: Capture Screen + Network
Save time Reproducing and Triaging bugs
ReproNow: Capture Screen + Network là gì?
ReproNow: Capture Screen + Network là một tiện ích mở rộng Chrome được phát triển bởi ReproNow, và tính năng chính của nó là "Save time Reproducing and Triaging bugs".
Ả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 ReproNow: Capture Screen + Network
Tải xuống các tệp mở rộng ReproNow: Capture Screen + Network 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
Record Screen and Network traffic and replay it in a super cool UI. Features: * A browser extension to capture Desktop and Network Traffic * Has a responsive UI for Security Engineers to view and search * Hides the traffic inside a mkv/webm video files * Works cross browser using extensibility API (currently supports Chrome and Opera, Firefox on roadmap) * No server interaction, everything on client-side * Exports request as cURL * Stores history in Local Storage * Multiple options to capture Network * Open Source This is a very useful tool for QA and for Bug Bounty Researchers. Permission Explantation: - Read and change all data on all websites you visit This permission is required to capture the network. There is no modification done. - Capture content of your screen. This permission is required to capture your screen. If the above permission scares you, feel free to review the code (linked below). We recommend you use the add-on in a testing account. More info: https://github.com/VinayendraTN/ReproNow
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ReproNow: Capture Screen + Network |
ID | bgnboagkkokloclccjpmamhfijeinnpc |
URL Chính Thức | https://chromewebstore.google.com/detail/repronow-capture-screen-+/bgnboagkkokloclccjpmamhfijeinnpc |
Mô tả | Save time Reproducing and Triaging bugs |
Kích Thước Tệp | 5.51 MB |
Số Lần Cài Đặt | 652 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2020-11-28 |
Ngày Phát Hành | 2018-01-28 |
Đánh Giá | 4.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | ReproNow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/VinayendraTN/ReproNow |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ReproNow: Capture Screen + Network", "description": "Save time Reproducing and Triaging bugs", "short_name": "ReproNow", "version": "1.4", "manifest_version": 2, "icons": { "16": "ReproNow_Logo.png", "128": "ReproNow_Logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "ReproNow_Logo.png", "default_title": "ReproNow", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "storage", "desktopCapture", "webRequest", " |