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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Selegic Switch to Classic

قم بتنزيل ملفات الامتداد Selegic Switch to Classic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
    }
}