Salesforce Classic View (Lightning - Classic)
Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
Vad är Salesforce Classic View (Lightning - Classic)?
Salesforce Classic View (Lightning - Classic) är en Chrome-tillägg utvecklad av Camden Smith, och dess huvudfunktion är "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).".
Tilläggsskärmbilder
Ladda ner Salesforce Classic View (Lightning - Classic)-förlängningens CRX-fil
Ladda ner Salesforce Classic View (Lightning - Classic)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Salesforce Classic View (Lightning - Classic) |
ID | lmlapjpkgjofhbmnigehgfdekmlpcjfi |
Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi |
Beskrivning | Redirects the current Salesforce Lightning page to the Classic version (automatically or manually). |
Filstorlek | 902 KB |
Antal Installationer | 104 |
Aktuell Version | 0.0.0.2 |
Senast Uppdaterad | 2022-05-19 |
Publiceringsdatum | 2022-04-29 |
Betyg | 5.00/5 Totalt 10 Betyg |
Utvecklare | Camden Smith |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |