Force Salesforce Classic (No lightning)

When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…

What is Force Salesforce Classic (No lightning)?

Force Salesforce Classic (No lightning) is a Chrome extension developed by leothelocust, and its main feature is "When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…".

Extension Screenshots

screenshot

Download Force Salesforce Classic (No lightning) Extension CRX File

Download Force Salesforce Classic (No lightning) 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

                        When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the same page redirection as if you were to click "Switch to Salesforce Classic" in your Salesforce organization.

This extension is not associated with Salesforce in anyway.  I created this extension out of my own desire to use "classic" and I had colleagues that shared in my dislike for the slow and bloated "Lightning Experience".

So here it is.  A very simple page redirection to automatically switch to classic.                    

Extension Basic Information

Name Force Salesforce Classic (No lightning) Force Salesforce Classic (No lightning)
ID fonaaeniiegfgjomphdcklenikidildi
Official URL https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi
Description When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
File Size 73.9 KB
Installation Count 143
Current Version 1.0.1
Last Updated 2019-04-01
Publish Date 2019-04-01
Rating 4.33/5 Total 3 Ratings
Developer leothelocust
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Force Salesforce Classic (No lightning)",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}