Salesforce Code Coverage Navigator
Adds a class name filter to Salesforce's test class coverage
Salesforce Code Coverage Navigator là gì?
Salesforce Code Coverage Navigator là một tiện ích mở rộng Chrome được phát triển bởi msg.pelleg, và tính năng chính của nó là "Adds a class name filter to Salesforce's test class coverage".
Ả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 Salesforce Code Coverage Navigator
Tải xuống các tệp mở rộng Salesforce Code Coverage Navigator 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
Are you tired of wasting time searching for your test class after running a test to check your code coverage? Introducing "Salesforce Code Coverage Navigator" - the simple solution to simplify your navigation in the Code Coverage table. Our Chrome extension provides a simple and clean way to find your test class quickly and efficiently. With just a few clicks, you can enter your search class or even a partial class name and let our extension do the rest. It will automatically scroll and highlight your desired class and help you navigate your way through the Code Coverage table.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Salesforce Code Coverage Navigator |
ID | jkhdmmenajlichmlmfjjadkggpokeamp |
URL Chính Thức | https://chromewebstore.google.com/detail/salesforce-code-coverage/jkhdmmenajlichmlmfjjadkggpokeamp |
Mô tả | Adds a class name filter to Salesforce's test class coverage |
Kích Thước Tệp | 82.03 KB |
Số Lần Cài Đặt | 321 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-04-06 |
Ngày Phát Hành | 2023-02-27 |
Nhà Phát Triển | msg.pelleg |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.linkedin.com/in/pelleg-maimon-81853aa7/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Code Coverage Navigator", "description": "Adds a class name filter to Salesforce's test class coverage", "version": "1.0.4", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/_ui\/common\/apex\/debug\/ApexCSIPage\/*", "https:\/\/*.salesforce.com\/_ui\/common\/apex\/debug\/ApexCSIPage" ], "js": [ "modal-index.js" ], "css": [ "modal-index.css" ] } ], "icons": { "16": "resources\/icon16.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "modal-index.css", "modal-index.html", "resources\/*.png" ], "matches": [ "https:\/\/*.salesforce.com\/*" ] } ] } |