Salesforce Apex Class Links
Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log.
Salesforce Apex Class Links란 무엇입니까?
Salesforce Apex Class Links은(는) pratapkh007에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log."입니다.
확장 프로그램 스크린샷
Salesforce Apex Class Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | npimdbnidomdihoabmgfpbkkilihddhd |
공식 URL | https://chrome.google.com/webstore/detail/salesforce-apex-class-lin/npimdbnidomdihoabmgfpbkkilihddhd |
설명 | Creates link reference to apex class keywords in the present class/trigger/vf page/vf component/debug log. |
파일 크기 | 45.63 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2015-10-11 |
출시 날짜 | 2015-10-11 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | pratapkh007 |
결제 유형 | free |
지원되는 언어 | 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" } |