Force Salesforce Classic (No lightning)

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

Force Salesforce Classic (No lightning) क्या है?

Force Salesforce Classic (No lightning) leothelocust द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Force Salesforce Classic (No lightning) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Force Salesforce Classic (No lightning) Force Salesforce Classic (No lightning)
ID fonaaeniiegfgjomphdcklenikidildi
आधिकारिक URL https://chromewebstore.google.com/detail/force-salesforce-classic/fonaaeniiegfgjomphdcklenikidildi
विवरण When visiting a lightning design Salesforce page, this extension will automatically redirect to the "classic" design. This uses the…
फ़ाइल का आकार 73.9 KB
स्थापना संख्या 143
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-04-01
प्रकाशन तिथि 2019-04-01
रेटिंग 4.33/5 कुल 3 रेटिंग्स
डेवलपर leothelocust
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}