Salesforce Apex Class Links

Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.

Salesforce Apex Class Linksคืออะไร?

Salesforce Apex Class Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pratapkh007 และคุณลักษณะหลักของมันคือ "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log."

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

screenshot

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

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

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

                        In web interface of salesforce, while viewing either an apex class / apex trigger / visual force page / visual force component / debug log, this extension replaces apex classes keywords with link to them. The tooltip of the link shows the api version the apex class is on.                    

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

ชื่อ Salesforce Apex Class Links Salesforce Apex Class Links
ID npimdbnidomdihoabmgfpbkkilihddhd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd
คำอธิบาย Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
ขนาดไฟล์ 45.63 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2015-10-11
วันที่เผยแพร่ 2015-10-11
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา pratapkh007
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "scripts\/jq.js",
            "scripts\/linksonload.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "apexclasslink.html"
    },
    "default_locale": "en",
    "description": "Creates link reference to apex class keywords in the present class\/trigger\/vf page\/vf component\/debug log.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "manifest_version": 2,
    "name": "Salesforce Apex Class Links",
    "options_page": "options.html",
    "permissions": [
        "*:\/\/*.salesforce.com\/",
        "cookies",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "version": "1.1.2"
}