Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Co je Salesforce Apex Class Links?
Salesforce Apex Class Links je rozšíření Chrome vyvinuté pratapkh007, a jeho hlavní funkcí je „Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Apex Class Links
Stáhněte si soubory rozšíření Salesforce Apex Class Links ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | npimdbnidomdihoabmgfpbkkilihddhd |
Oficiální URL | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
Popis | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
Velikost souboru | 45.63 KB |
Počet instalací | 1,000 |
Aktuální Verze | 1.1.2 |
Poslední Aktualizace | 2015-10-11 |
Datum Vydání | 2015-10-11 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | pratapkh007 |
Typ Platby | free |
Podporované Jazyky | 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" } |