Salesforce UI Improver
This extension makes Salesforce User Interface better!
Salesforce UI Improver란 무엇입니까?
Salesforce UI Improver은(는) https://sfuiimprover.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension makes Salesforce User Interface better!"입니다.
확장 프로그램 스크린샷
Salesforce UI Improver 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension makes Salesforce User Interface better! Changes in the latest version 0.5.1: * All features works quicker! * Move little bit up underscore symbol "_" in links * Bug with incorrect Fields API Names order fixed * Added link to details page for standard fields on Field API Name tip Features in previous versions: * Link "Show 1000 records per page" on pages with pagination * Show rows numeration in tables * Check all checkboxes in one click * Show Field API Names on page layouts
확장 프로그램 기본 정보
이름 | Salesforce UI Improver |
ID | cfihjphppakcdhnkbnjboipgblbjapha |
공식 URL | https://chromewebstore.google.com/detail/salesforce-ui-improver/cfihjphppakcdhnkbnjboipgblbjapha |
설명 | This extension makes Salesforce User Interface better! |
파일 크기 | 532 KB |
설치 횟수 | 1,021 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2018-09-28 |
출시 날짜 | 2018-09-28 |
평점 | 4.33/5 총 6 개의 평점 |
개발자 | https://sfuiimprover.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://sfuiimprover.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce UI Improver", "description": "This extension makes Salesforce User Interface better!", "version": "1.5.1", "options_ui": { "page": "html\/popup.html", "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "css": [ "css\/scripts.css" ], "js": [ "js\/jquery-2.2.4.min.js", "js\/scripts.js", "js\/script-manager.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/*.salesforce.com\/*", "storage" ], "web_accessible_resources": [ "fonts\/*" ] } |