Salesforce User Interface Switcher
One button click to switch from Lightning Experience to Classic and back in Salesforce.com
What is Salesforce User Interface Switcher?
Salesforce User Interface Switcher is a Chrome extension developed by https://www.tinymask.app, and its main feature is "One button click to switch from Lightning Experience to Classic and back in Salesforce.com".
Extension Screenshots
Download Salesforce User Interface Switcher Extension CRX File
Download Salesforce User Interface Switcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Switch from Lightning Experience to Classic not waiting for a page load complete and highlighting all user names from other orgs.
Extension Basic Information
Name | Salesforce User Interface Switcher |
ID | lpdmalpmibhkhelpghhjhmeghodmlhon |
Official URL | https://chromewebstore.google.com/detail/salesforce-user-interface/lpdmalpmibhkhelpghhjhmeghodmlhon |
Description | One button click to switch from Lightning Experience to Classic and back in Salesforce.com |
File Size | 10.31 KB |
Installation Count | 66 |
Current Version | 0.1 |
Last Updated | 2019-10-16 |
Publish Date | 2019-10-16 |
Developer | https://www.tinymask.app |
Payment Type | free |
Extension Website | https://www.tinymask.app/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce User Interface Switcher", "version": "0.1", "manifest_version": 2, "description": "One button click to switch from Lightning Experience to Classic and back in Salesforce.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |