Force.com Code Magnet
Backup any Apex class,Visualforce Page or Trigger in a click
Force.com Code Magnet란 무엇입니까?
Force.com Code Magnet은(는) SFDC.FOOL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Backup any Apex class,Visualforce Page or Trigger in a click"입니다.
확장 프로그램 스크린샷
Force.com Code Magnet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Apart from the traditional download button for an apex class this tiny lite weight extension adds a button to any standard Salesforce coding environment like Apex Class details/Edit view,VisualForce Page details/Edit view,Trigger Details/Edit view or even in the force.com development toolbar to quickly download a copy of the code you have.The extension also keeps track of the last backup time stamp in a colorful way.
확장 프로그램 기본 정보
이름 | |
ID | jpiacigbgigobgckoimppkecglbmlmac |
공식 URL | https://chrome.google.com/webstore/detail/forcecom-code-magnet/jpiacigbgigobgckoimppkecglbmlmac |
설명 | Backup any Apex class,Visualforce Page or Trigger in a click |
파일 크기 | 299 KB |
설치 횟수 | 27 |
현재 버전 | 1.2 |
최근 업데이트 | 2015-09-20 |
출시 날짜 | 2015-09-20 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | SFDC.FOOL |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force.com Code Magnet", "description": "Backup any Apex class,Visualforce Page or Trigger in a click", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.visual.force.com\/*" ], "js": [ "j_2.1.4.min.js", "popup_helper.js" ] } ] } |