Salesforce Plus

Salesforce Plus helps you find Codes across Salesforce, find test class coverages, record analysis.

Salesforce Plusคืออะไร?

Salesforce Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Santosh Pradhan และคุณลักษณะหลักของมันคือ "Salesforce Plus helps you find Codes across Salesforce, find test class coverages, record analysis."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Salesforce Plues comes with a lot of features. It includes:

- Schema Explore: Find all the objects in Salesforce, and the fields related to them
- Code Search: List down all the Classes/Triggers/Pages/Components, and find a piece of code in just a second
- Test Class Coverage: You do not need to go to 'Developer Console' to find the test coverage. Now, do it with a single button click on the Class itself

Just explore, and share your feedback and comments.                    

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

ชื่อ Salesforce Plus Salesforce Plus
ID nbkfjodmmamogffmbodkdbhfdllcmdkn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/salesforce-plus/nbkfjodmmamogffmbodkdbhfdllcmdkn
คำอธิบาย Salesforce Plus helps you find Codes across Salesforce, find test class coverages, record analysis.
ขนาดไฟล์ 337 KB
จำนวนการติดตั้ง 527
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-12-03
วันที่เผยแพร่ 2014-12-03
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Santosh Pradhan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Salesforce Plus",
    "version": "1.0",
    "description": "Salesforce Plus helps you find Codes across Salesforce, find test class coverages, record analysis.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/cloud_16.png",
        "48": "images\/cloud_48.png",
        "128": "images\/cloud_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/script.js",
                "js\/jquery.dataTables.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.salesforce.com\/*",
        "cookies",
        "storage",
        "declarativeContent"
    ]
}