Azure DevOps Test Results View
Displays manual Test Results attachments in larger view and allows printing of test results.
Azure DevOps Test Results View란 무엇입니까?
Azure DevOps Test Results View은(는) ado.test.results에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays manual Test Results attachments in larger view and allows printing of test results."입니다.
확장 프로그램 스크린샷
Azure DevOps Test Results View 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Azure DevOps Test Results View |
ID | eoeknnnijbhiildbdepcijbedpbbcafe |
공식 URL | https://chromewebstore.google.com/detail/azure-devops-test-results/eoeknnnijbhiildbdepcijbedpbbcafe |
설명 | Displays manual Test Results attachments in larger view and allows printing of test results. |
파일 크기 | 12.67 KB |
설치 횟수 | 212 |
현재 버전 | 0.0.0.4 |
최근 업데이트 | 2023-12-29 |
출시 날짜 | 2020-07-31 |
개발자 | ado.test.results |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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" } } |