Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Wat is Salesforce Apex Class Links?
Salesforce Apex Class Links is een Chrome-extensie ontwikkeld door pratapkh007, en de belangrijkste functie is "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.".
Extensie Screenshots
Download het CRX-bestand van de extensie Salesforce Apex Class Links
Download Salesforce Apex Class Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | npimdbnidomdihoabmgfpbkkilihddhd |
Officiële URL | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
Beschrijving | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
Bestandsgrootte | 45.63 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2015-10-11 |
Publicatiedatum | 2015-10-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | pratapkh007 |
Betalingswijze | free |
Ondersteunde Talen | 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" } |