Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Vad är Salesforce Apex Class Links?
Salesforce Apex Class Links är en Chrome-tillägg utvecklad av pratapkh007, och dess huvudfunktion är "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.".
Tilläggsskärmbilder
Ladda ner Salesforce Apex Class Links-förlängningens CRX-fil
Ladda ner Salesforce Apex Class Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | npimdbnidomdihoabmgfpbkkilihddhd |
Officiell webbadress | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
Beskrivning | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
Filstorlek | 45.63 KB |
Antal Installationer | 1,000 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2015-10-11 |
Publiceringsdatum | 2015-10-11 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | pratapkh007 |
Betalningssätt | free |
Stödda Språk | 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" } |