Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Co to jest Salesforce Apex Class Links?
Salesforce Apex Class Links to rozszerzenie Chrome opracowane przez pratapkh007, a jego główną funkcją jest „Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Salesforce Apex Class Links
Pobierz pliki rozszerzeń Salesforce Apex Class Links w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | npimdbnidomdihoabmgfpbkkilihddhd |
Oficjalny URL | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
Opis | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
Rozmiar pliku | 45.63 KB |
Liczba instalacji | 1,000 |
Aktualna Wersja | 1.1.2 |
Ostatnia Aktualizacja | 2015-10-11 |
Data Publikacji | 2015-10-11 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | pratapkh007 |
Typ Płatności | free |
Obsługiwane Języki | 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" } |