Capture: Screen recording & sharing

Capture videos, screenshots, events and more to report bugs faster.

Capture: Screen recording & sharing là gì?

Capture: Screen recording & sharing là một tiện ích mở rộng Chrome được phát triển bởi https://usecapture.io, và tính năng chính của nó là "Capture videos, screenshots, events and more to report bugs faster.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Capture: Screen recording & sharing

Tải xuống các tệp mở rộng Capture: Screen recording & sharing 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 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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Capture: Screen recording & sharing Capture: Screen recording & sharing
ID jpcandanmpaeclcpfhadgflmlbhdehjg
URL Chính Thức https://chromewebstore.google.com/detail/capture-screen-recording/jpcandanmpaeclcpfhadgflmlbhdehjg
Mô tả Capture videos, screenshots, events and more to report bugs faster.
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 499
Phiên Bản Hiện Tại 4.11.0
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2022-04-29
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://usecapture.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://usecapture.io
URL Trang Chính Sách Bảo Mật https://aqua-cloud.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/contentScripts\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "dist\/contentScripts\/inject-rrweb-console",
                "assets\/fonts\/SourceSansPro-Regular.ttf",
                "assets\/fonts\/SourceSansPro-SemiBold.ttf",
                "assets\/fonts\/Nunito-Regular.ttf",
                "assets\/fonts\/Nunito-SemiBold.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}