Force Salesforce Classic (No lightning)

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

Co to jest Force Salesforce Classic (No lightning)?

Force Salesforce Classic (No lightning) to rozszerzenie Chrome opracowane przez leothelocust, a jego główną funkcją jest „When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Force Salesforce Classic (No lightning)

Pobierz pliki rozszerzeń Force Salesforce Classic (No lightning) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Force Salesforce Classic (No lightning) Force Salesforce Classic (No lightning)
ID fonaaeniiegfgjomphdcklenikidildi
Oficjalny URL https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi
Opis When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
Rozmiar pliku 73.9 KB
Liczba instalacji 143
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2019-04-01
Data Publikacji 2019-04-01
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper leothelocust
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}