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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ado.test.results และคุณลักษณะหลักของมันคือ "Displays manual Test Results attachments in larger view and allows printing of test results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Azure DevOps Test Results View
ดาวน์โหลดไฟล์ส่วนขยาย Azure DevOps Test Results View ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |