Azure DevOps Test Results View
Displays manual Test Results attachments in larger view and allows printing of test results.
Azure DevOps Test Results View là gì?
Azure DevOps Test Results View là một tiện ích mở rộng Chrome được phát triển bởi ado.test.results, và tính năng chính của nó là "Displays manual Test Results attachments in larger view and allows printing of test results.".
Ả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 Azure DevOps Test Results View
Tải xuống các tệp mở rộng Azure DevOps Test Results View 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
In Microsoft Azure DevOps, this extension modifies the page CSS attributes to display manual Test Results attachments in a larger format for viewing in the browser window. Allows printing of just test results from the test results page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Azure DevOps Test Results View |
ID | eoeknnnijbhiildbdepcijbedpbbcafe |
URL Chính Thức | https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe |
Mô tả | Displays manual Test Results attachments in larger view and allows printing of test results. |
Kích Thước Tệp | 12.67 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2023-12-29 |
Ngày Phát Hành | 2020-07-31 |
Nhà Phát Triển | ado.test.results |
[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", "manifest_version": 3, "name": "Azure DevOps Test Results View", "version": "0.0.0.4", "description": "Displays manual Test Results attachments in larger view and allows printing of test results.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/*.visualstudio.com\/*", "https:\/\/dev.azure.com\/*" ], "include_globs": [ "https:\/\/*.visualstudio.com\/*\/_?estManagement\/*", "https:\/\/dev.azure.com\/*\/_?estManagement\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |