Salesforce Code Coverage Navigator

Adds a class name filter to Salesforce's test class coverage

Salesforce Code Coverage Navigatorคืออะไร?

Salesforce Code Coverage Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย msg.pelleg และคุณลักษณะหลักของมันคือ "Adds a class name filter to Salesforce's test class coverage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Salesforce Code Coverage Navigator

ดาวน์โหลดไฟล์ส่วนขยาย Salesforce Code Coverage Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Salesforce Code Coverage Navigator Salesforce Code Coverage Navigator
ID jkhdmmenajlichmlmfjjadkggpokeamp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/salesforce-code-coverage/jkhdmmenajlichmlmfjjadkggpokeamp
คำอธิบาย Adds a class name filter to Salesforce's test class coverage
ขนาดไฟล์ 82.03 KB
จำนวนการติดตั้ง 321
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-04-06
วันที่เผยแพร่ 2023-02-27
ผู้พัฒนา msg.pelleg
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/pelleg-maimon-81853aa7/
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}