Salesforce: Hit The List
Salesforce: Hit The List
Salesforce: Hit The List란 무엇입니까?
Salesforce: Hit The List은(는) Ayub Ansari에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salesforce: Hit The List"입니다.
확장 프로그램 스크린샷
Salesforce: Hit The List 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
/********REACH ANY LIST VIEW DYNAMICALLY******/ 1. If you do not have tab for an object (due to Salesforce Limit or security) and you want to reach the list view of records of this object. 2. If you want to reach at list view of: #Setup (Profile, Permission set etc.) object #Automated Process and Customization (Apex, Page, Workflow, Approval Process, Apex Test Execution page etc.) #Developer Tools: Debug logs, scheduled jobs, Apex Test execution ...and many more. 3. Other (Report Type, Report/Dashboard, Assignment Rule) 4. Reach any apex class detail page (*******Latest) 5. Reach any apex trigger detail page (*******Latest) 6. Reach to any object definition
확장 프로그램 기본 정보
이름 | |
ID | emjeecoeojjncobbfekhfboajgnpcojc |
공식 URL | https://chrome.google.com/webstore/detail/salesforce-hit-the-list/emjeecoeojjncobbfekhfboajgnpcojc |
설명 | Salesforce: Hit The List |
파일 크기 | 223 KB |
설치 횟수 | 312 |
현재 버전 | 0.0.6 |
최근 업데이트 | 2017-02-14 |
출시 날짜 | 2017-02-14 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | Ayub Ansari |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce: Hit The List", "version": "0.0.6", "description": "Salesforce: Hit The List", "manifest_version": 2, "icons": { "16": "icon.PNG", "48": "icon.PNG", "128": "icon.PNG" }, "permissions": [ "tabs", "https:\/\/*.force.com\/*", "https:\/\/*.salesforce.com\/*" ], "author": "ayub ansari", "short_name": "Virtual Tab", "browser_action": { "default_icon": "the-hit-list-sidebar.png" }, "content_scripts": [ { "js": [ "jquery-1.12.3.js", "jquery-ui.js", "forcetk.js", "content.js" ], "matches": [ "https:\/\/*.salesforce.com\/*", "https:\/\/*.force.com\/*" ] } ], "web_accessible_resources": [ "jquery-ui.css" ] } |