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

Selegic Switch to Classic क्या है?

Selegic Switch to Classic Selegic India Private Limited द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click"।

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

screenshot
screenshot

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

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

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

                        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.                    

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

नाम Selegic Switch to Classic Selegic Switch to Classic
ID ellmmiehdcccalmmdfpoeeablbpnihac
आधिकारिक URL https://chromewebstore.google.com/detail/selegic-switch-to-classic/ellmmiehdcccalmmdfpoeeablbpnihac
विवरण A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click
फ़ाइल का आकार 1.65 MB
स्थापना संख्या 88
वर्तमान संस्करण 1.1
अंतिम अपडेट 2022-03-24
प्रकाशन तिथि 2022-03-07
रेटिंग 4.40/5 कुल 5 रेटिंग्स
डेवलपर Selegic India Private Limited
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
    }
}