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文件
下載Salesforce Classic View (Lightning - Classic)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |