Capture: Screen recording & sharing
Capture videos, screenshots, events and more to report bugs faster.
什么是Capture: Screen recording & sharing?
Capture: Screen recording & sharing是由https://usecapture.io开发的Chrome扩展程序,该扩展的主要功能是“Capture videos, screenshots, events and more to report bugs faster.”。
扩展截图
下载Capture: Screen recording & sharing扩展crx文件
下载Capture: Screen recording & sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Record the screen, take and annotate screenshots, capture events and technical details and file bugs faster for FREE!😎 🐞 Bugs are quite annoying, especially when you need to collect a lot of information before sending it to a tech team. Capture powers you up 💪 to create the most comprehensive bug reports for your developers in just one click. 🚀 It's faster than typing a message, more efficient than endless chain of distracting calls and much more fun! WITH CAPTURE YOU: ✅ save at least 10 hours per week on collecting all important technical details before reporting the defect; ✅ reduce the time spent on running your tests by 6X while all your actions are automatically documented and saved. HOW TO USE IT: 👉 Hit the Capture icon. 👉 Choose: record your screen or take a screenshot. 👉 Start capturing desktop, window or an app. 👉 Share it! Capture has an advantage of a native integration with one of the most powerful test management solutions - aqua! Where you can manage your test cases, runs and reported defects. WITH AQUA YOU CAN GET EVEN MORE: 👉 Create a test case 👉 Start a test run 👉 Hit the Capture icon and provide a URL. 👉 Start testing and reporting the captured data directly to the tool Note: aqua account is required 💙 Capture integrates seamlessly with Jira too, allowing you to report defects at lightning speed! Privacy policy: https://usecapture.io/privacy-policy-2/
扩展基本信息
名称 | Capture: Screen recording & sharing |
ID | jpcandanmpaeclcpfhadgflmlbhdehjg |
官方URL | https://chromewebstore.google.com/detail/capture-screen-recording/jpcandanmpaeclcpfhadgflmlbhdehjg |
简介 | Capture videos, screenshots, events and more to report bugs faster. |
文件大小 | 1.64 MB |
安装次数 | 499 |
当前版本 | 4.11.0 |
更新时间 | 2024-02-06 |
上架时间 | 2022-04-29 |
评分 | 5.00/5 共10次评分 |
开发者 | https://usecapture.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://usecapture.io |
隐私政策页面URL | https://aqua-cloud.io/privacy-policy |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", "version": "4.11.0", "description": "__MSG_extDescription__", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "tabs", "storage", "offscreen", "scripting", "webRequest", "webNavigation" ], "host_permissions": [ " |