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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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