Better Lists for Salesforce®
Improves the way you use list views
Better Lists for Salesforce®란 무엇입니까?
Better Lists for Salesforce®은(는) https://betterlists.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the way you use list views"입니다.
확장 프로그램 스크린샷
Better Lists for Salesforce® 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Better Lists for Salesforce® allows you to set conditional formatting on Salesforce Lightning list views by right-clicking any list, define your condition and color. Once done it will color any cell / row with your formatting whenever you look at that list. No Salesforce Admin rights are needed to use Better Lists for Salesforce®.
확장 프로그램 기본 정보
이름 | Better Lists for Salesforce® |
ID | iklomgkephjlfgbiaefiipepkchfimpo |
공식 URL | https://chromewebstore.google.com/detail/better-lists-for-salesfor/iklomgkephjlfgbiaefiipepkchfimpo |
설명 | Improves the way you use list views |
파일 크기 | 10.7 MB |
설치 횟수 | 345 |
현재 버전 | 0.6.3 |
최근 업데이트 | 2020-02-11 |
출시 날짜 | 2020-02-07 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://betterlists.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.betterlists.net |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "short_name": "Better Lists for Salesforce\u00ae", "description": "__MSG_application_description__", "default_locale": "en", "permissions": [ "tabs", "background", "contextMenus", "storage", "alarms", "notifications" ], "oauth2": { "client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/plus.login", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "icons": { "16": "images\/Logo48.png", "96": "images\/Logo96.png" }, "background": { "scripts": [ "lib\/jquery.js", "extSFExtension.js" ], "persistent": true }, "version": "0.6.3", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "lib\/jquery.js", "lib\/moment.js", "tabSFExtension.js" ], "css": [], "all_frames": false } ], "browser_action": { "default_icon": "images\/Logo48.png", "default_popup": "popup.html" } } |