Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Was ist Salesforce Apex Class Links?
Salesforce Apex Class Links ist eine Chrome-Erweiterung, die von pratapkh007 entwickelt wurde, und ihr Hauptmerkmal ist "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.".
Erweiterungsscreenshots
Salesforce Apex Class Links-Erweiterungs-CRX-Datei herunterladen
Laden Sie Salesforce Apex Class Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | npimdbnidomdihoabmgfpbkkilihddhd |
| Offizielle URL | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
| Beschreibung | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
| Dateigröße | 45.63 KB |
| Installationsanzahl | 1,000 |
| Aktuelle Version | 1.1.2 |
| Letztes Update | 2015-10-11 |
| Veröffentlichungsdatum | 2015-10-11 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | pratapkh007 |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |