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 pratapkh007 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salesforce Apex Class Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}