Salesforce Utility
Utility tools for Salesforce
Salesforce Utility란 무엇입니까?
Salesforce Utility은(는) Matthew에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Utility tools for Salesforce"입니다.
Salesforce Utility 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Current features: v2.3.1 - Check all and uncheck all Read Only/Edit/Enabled in Permission Sets v2.3 - Check all and uncheck all Read Only/Edit in Field Level Security in Profiles v2.2.3 - View all APEX classes at once - View all triggers at once - View all VisualForce Pages at once - Increase APEX Class coding height - Static warning bar at top of page in production environment
확장 프로그램 기본 정보
이름 | Salesforce Utility |
ID | dlfabakdfnfmndnnmnmkebjhoaenkimp |
공식 URL | https://chromewebstore.google.com/detail/salesforce-utility/dlfabakdfnfmndnnmnmkebjhoaenkimp |
설명 | Utility tools for Salesforce |
파일 크기 | 89.7 KB |
설치 횟수 | 119 |
현재 버전 | 2.3.4 |
최근 업데이트 | 2017-01-03 |
출시 날짜 | 2017-01-03 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Matthew |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Utility", "description": "Utility tools for Salesforce", "version": "2.3.4", "permissions": [ "webRequest", "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "icons": { "16": "logo.jpg", "48": "logo.jpg", "128": "logo.jpg" }, "page_action": { "default_icon": "logo.jpg" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*", "http:\/\/*.salesforce.com\/*" ], "js": [ "jquery\/jquery.js", "content-script.js" ] } ] } |