Force Salesforce Classic (No lightning)

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

Vad är Force Salesforce Classic (No lightning)?

Force Salesforce Classic (No lightning) är en Chrome-tillägg utvecklad av leothelocust, och dess huvudfunktion är "When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…".

Tilläggsskärmbilder

screenshot

Ladda ner Force Salesforce Classic (No lightning)-förlängningens CRX-fil

Ladda ner Force Salesforce Classic (No lightning)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Force Salesforce Classic (No lightning) Force Salesforce Classic (No lightning)
ID fonaaeniiegfgjomphdcklenikidildi
Officiell webbadress https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi
Beskrivning When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
Filstorlek 73.9 KB
Antal Installationer 143
Aktuell Version 1.0.1
Senast Uppdaterad 2019-04-01
Publiceringsdatum 2019-04-01
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare leothelocust
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}