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".
Снимки экрана расширения
Скачать файл CRX расширения Selegic Switch to Classic
Скачайте файлы расширений Selegic Switch to Classic в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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": [ " |