Salesforce Classic View (Lightning - Classic)
Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
Salesforce Classic View (Lightning - Classic)란 무엇입니까?
Salesforce Classic View (Lightning - Classic)은(는) Camden Smith에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually)."입니다.
확장 프로그램 스크린샷
Salesforce Classic View (Lightning - Classic) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This will redirect your current Salesforce Lightning view to the Classic version of what you were viewing. For example, this will pull up your lead/contact/opportunity/dashboard/report etc. in Classic instead of just defaulting to the Classic homepage. Features: - Toggle button: after being toggled on, whenever a Salesforce Lightning page is encountered it will automatically be redirected to Salesforce Classic. - Switch to Classic button: click this button to switch to the Classic version of the current Lightning page.
확장 프로그램 기본 정보
이름 | Salesforce Classic View (Lightning - Classic) |
ID | lmlapjpkgjofhbmnigehgfdekmlpcjfi |
공식 URL | https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi |
설명 | Redirects the current Salesforce Lightning page to the Classic version (automatically or manually). |
파일 크기 | 902 KB |
설치 횟수 | 104 |
현재 버전 | 0.0.0.2 |
최근 업데이트 | 2022-05-19 |
출시 날짜 | 2022-04-29 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | Camden Smith |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Classic View (Lightning - Classic)", "version": "0.0.0.2", "description": "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).", "action": { "default_title": "Salesforce Classic View", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon32x32.png", "128": "images\/icon128x128.png" }, "background": { "service_worker": "background.js" } } |