Screen Capture - A Review and Feedback Tool

Extension to aid the process of reviews and audits

Screen Capture - A Review and Feedback Tool là gì?

Screen Capture - A Review and Feedback Tool là một tiện ích mở rộng Chrome được phát triển bởi MAQ Software, và tính năng chính của nó là "Extension to aid the process of reviews and audits".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Screen Capture - A Review and Feedback Tool

Tải xuống các tệp mở rộng Screen Capture - A Review and Feedback Tool 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

                        Easily annotate screenshots, prioritize comments, and export feedback. 
Tired of losing context and tracking multiple documents? 
Screen Capture is the all-in-one tool for all your audit and review needs. 
Add screenshots of review elements, provide comments, and categorize your feedback—all using Screen Capture. 
You can even prioritize your findings to manage them more effectively. Easily download your findings in a sharable PDF file when you’re done, ensuring everyone is on the same page.
Use cases
• Auditors and reviewers – Screenshot elements and easily include relevant context, suggestions, guideline violations, and priority levels. Effectively communicate findings to the team.
• Development teams – Get properly documented bugs and issues to fix in the product. Effortlessly document and provide updates to the review and design teams.
• Product owners – Understand what issues and bugs are affecting the product and track their progress to help plan upcoming features.

How to use Screen Capture
1. Take a screenshot with your preferred tool (e.g., Windows Snip, Greenshot, etc.). Copy the screenshot to your clipboard.
2. Activate the Screen Capture extension from the toolbar or the context menu. Click on the screenshot loading area, as directed on the interface, to paste the screenshot.
3. Add comments and details as desired. Click Save to save your changes.
4. Click See Progress to view, edit, or delete screenshots and added details. Provide metadata of the reviewed items (description of the report, the reviewer, and the review date) on this page as well. 
5. Click Export to download a report of your screenshot and its details as a PDF file.

Features
• Easily add review comments and feedback to your screenshots using the text field. 
• Categorize your feedback with drop-down lists.
• By default, the text field is titled Suggestion, and the feedback can be categorized based on Priority and Guideline (violation).
• Rename and customize all the sections, categories, and drop-down options as per your requirements.
• Easily download and share your customized section and category settings for a unified team experience.
• Edit and delete screenshots and added details at any point prior to exporting.
• Export your report in a PDF file or just copy it to paste anywhere you want.
• Privacy is one of our core values. All your data stays with you on your local machine except the exported document that you share with other folks.

Streamline your audit and review processes with Screen Capture, making it easier than ever to identify and resolve issues. Try it today!                    

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

Tên Screen Capture - A Review and Feedback Tool Screen Capture - A Review and Feedback Tool
ID efblhoabkicmaaaaldebhmmelllidili
URL Chính Thức https://chromewebstore.google.com/detail/screen-capture-a-review-a/efblhoabkicmaaaaldebhmmelllidili
Mô tả Extension to aid the process of reviews and audits
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-09-12
Ngày Phát Hành 2023-05-14
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển MAQ Software
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capture - A Review and Feedback Tool",
    "description": "Extension to aid the process of reviews and audits",
    "version": "2.0.0",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "\/images\/maqRaft16.png",
        "32": "\/images\/maqRaft32.png",
        "48": "\/images\/maqRaft48.png",
        "128": "\/images\/maqRaft128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/panX.js",
                "js\/maqRaft.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "templates\/panelContent.html",
                "templates\/settings.html"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "tabs"
    ]
}