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

Hvad er Selegic Switch to Classic?

Selegic Switch to Classic er en Chrome-udvidelse udviklet af Selegic India Private Limited, og dens hovedfunktion er "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Selegic Switch to Classic-udvidelses-CRX-fil

Download Selegic Switch to Classic-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Selegic Switch to Classic Selegic Switch to Classic
ID ellmmiehdcccalmmdfpoeeablbpnihac
Officiel URL https://chromewebstore.google.com/detail/selegic-switch-to-classic/ellmmiehdcccalmmdfpoeeablbpnihac
Beskrivelse A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click
Filstørrelse 1.65 MB
Antal Installationer 88
Nuværende Version 1.1
Senest Opdateret 2022-03-24
Udgivelsesdato 2022-03-07
Bedømmelse 4.40/5 Samlet 5 Bedømmelser
Udvikler Selegic India Private Limited
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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'"
    }
}