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
O que é Selegic Switch to Classic?
Selegic Switch to Classic é uma extensão do Chrome desenvolvida por Selegic India Private Limited, e sua principal característica é "A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Selegic Switch to Classic
Baixe arquivos de extensão Selegic Switch to Classic no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Selegic Switch to Classic |
ID | ellmmiehdcccalmmdfpoeeablbpnihac |
URL Oficial | https://chromewebstore.google.com/detail/selegic-switch-to-classic/ellmmiehdcccalmmdfpoeeablbpnihac |
Descrição | A tool for salesforce administrators and developers to help them switch to classic mode without any hassle in a single click |
Tamanho do Arquivo | 1.65 MB |
Contagem de Instalações | 88 |
Versão Atual | 1.1 |
Última Atualização | 2022-03-24 |
Data de Publicação | 2022-03-07 |
Classificação | 4.40/5 Total de 5 Avaliações |
Desenvolvedor | Selegic India Private Limited |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |