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