Selegic Switch to Classic

A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click

What is Selegic Switch to Classic?

Selegic Switch to Classic is a Chrome extension developed by Selegic India Private Limited, and its main feature is "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click".

Extension Screenshots

screenshot
screenshot

Download Selegic Switch to Classic Extension CRX File

Download Selegic Switch to Classic 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

                        An Accessibility tool for salesforce administrators, developers and users to help them switch to classic mode without any hassle. This is very similar to how switch to lightning works. 

The record detail page turns from lightning view mode to classic view mode in a single click.                    

Extension Basic Information

Name Selegic Switch to Classic Selegic Switch to Classic
ID ellmmiehdcccalmmdfpoeeablbpnihac
Official URL https://chromewebstore.google.com/detail/selegic-switch-to-classic/ellmmiehdcccalmmdfpoeeablbpnihac
Description A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click
File Size 1.65 MB
Installation Count 88
Current Version 1.1
Last Updated 2022-03-24
Publish Date 2022-03-07
Rating 4.40/5 Total 5 Ratings
Developer Selegic India Private Limited
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Selegic Switch to Classic",
    "short_name": "Selegic Switch to Classic",
    "version": "1.1",
    "description": "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "256": "assets\/images\/button_128.png"
    },
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "Selegic Switch to Classic"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/button_128.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}