Multiple Change Set Component Selector
Chrome Extension to select multiple components in Change Set
Multiple Change Set Component Selector란 무엇입니까?
Multiple Change Set Component Selector은(는) gupta.atul31에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension to select multiple components in Change Set"입니다.
확장 프로그램 스크린샷
Multiple Change Set Component Selector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Multiple Change Set Component Selector" is a Chrome Extension that will help you in selecting multiple components and add them to the change set. Are you tired of selecting each and every component in Salesforce Change Sets one by one. You have 200 fields to include in the Change set. OR You need to add 50 different fields of Account Object to the Change Set. OR You need to include 20 different Visualforce pages and any error while selecting the components manually might spoil the whole deployment. If the answer to any of these questions is "YES". You have come to the right place. You can either take the time out and mindlessly select each and every component to add to the Change Set or you can just download this AWESOME extension to get the work done faster. Please provide any feedback good, bad. You don't like the extension, please tell us. You love the extension, please definitely tell us.
확장 프로그램 기본 정보
이름 | |
ID | kkamepfijpdnpbjecflonfgglpmgalpd |
공식 URL | https://chrome.google.com/webstore/detail/multiple-change-set-compo/kkamepfijpdnpbjecflonfgglpmgalpd |
설명 | Chrome Extension to select multiple components in Change Set |
파일 크기 | 19.1 KB |
설치 횟수 | 346 |
현재 버전 | 1 |
최근 업데이트 | 2015-10-08 |
출시 날짜 | 2015-10-08 |
평점 | 3.00/5 총 4 개의 평점 |
개발자 | gupta.atul31 |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.cloudvandana.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multiple Change Set Component Selector", "description": "Chrome Extension to select multiple components in Change Set", "version": "1", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Multiple Change Set Component Selector", "default_icon": "cs_40.png", "default_popup": "popup.html" }, "manifest_version": 2 } |