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によって開発されたChromeの拡張機能で、その主な機能は「Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.」です。

拡張機能のスクリーンショット

screenshot

Salesforce Apex Class Links拡張機能のCRXファイルをダウンロード

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