Quick ChangeSet & Navigator
This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.
Quick ChangeSet & Navigator란 무엇입니까?
Quick ChangeSet & Navigator은(는) http://sanjaykeynotes.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce."입니다.
확장 프로그램 스크린샷
Quick ChangeSet & Navigator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This tool/extension used to create ChangeSet without load page for all provide salesforce resources as well as Navigate in Salesforce. Note : Salesforce does not provide any way to fetch components from changeSet so already added not filter by extension.
확장 프로그램 기본 정보
이름 | |
ID | jhoddpnaknifeinaojmahfmbgephkodj |
공식 URL | https://chrome.google.com/webstore/detail/quick-changeset-navigator/jhoddpnaknifeinaojmahfmbgephkodj |
설명 | This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce. |
파일 크기 | 1005 KB |
설치 횟수 | 263 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2017-06-20 |
출시 날짜 | 2017-06-20 |
평점 | 4.00/5 총 5 개의 평점 |
개발자 | http://sanjaykeynotes.blogspot.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick ChangeSet & Navigator", "version": "1.0.2", "description": "This extenstion help to add metadata components into ChangeSet without load page as well as Navigate in Salesforce from salesforce.", "manifest_version": 2, "author": " ", "content_scripts": [ { "js": [ "js\/jquery.js", "js\/forcetk.js", "js\/jszip.js", "js\/FileSaver.min.js", "js\/contentscript.js" ], "matches": [ "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*", "https:\/\/*.cloudforce.com\/*" ] } ], "background": { "persistent": true, "scripts": [ "\/js\/background.js" ] }, "web_accessible_resources": [ "\/js\/background.js" ], "page_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Quick ChangeSet" }, "permissions": [ "declarativeContent", "contextMenus", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "activeTab", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "icons": { "48": "icon.png", "128": "icon.png" } } |