Salesforce Classic View (Lightning - Classic)
Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).
O que é Salesforce Classic View (Lightning - Classic)?
Salesforce Classic View (Lightning - Classic) é uma extensão do Chrome desenvolvida por Camden Smith, e sua principal característica é "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salesforce Classic View (Lightning - Classic)
Baixe arquivos de extensão Salesforce Classic View (Lightning - 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
This will redirect your current Salesforce Lightning view to the Classic version of what you were viewing. For example, this will pull up your lead/contact/opportunity/dashboard/report etc. in Classic instead of just defaulting to the Classic homepage. Features: - Toggle button: after being toggled on, whenever a Salesforce Lightning page is encountered it will automatically be redirected to Salesforce Classic. - Switch to Classic button: click this button to switch to the Classic version of the current Lightning page.
Informações Básicas da Extensão
Nome | Salesforce Classic View (Lightning - Classic) |
ID | lmlapjpkgjofhbmnigehgfdekmlpcjfi |
URL Oficial | https://chromewebstore.google.com/detail/salesforce-classic-view-l/lmlapjpkgjofhbmnigehgfdekmlpcjfi |
Descrição | Redirects the current Salesforce Lightning page to the Classic version (automatically or manually). |
Tamanho do Arquivo | 902 KB |
Contagem de Instalações | 104 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2022-05-19 |
Data de Publicação | 2022-04-29 |
Classificação | 5.00/5 Total de 10 Avaliações |
Desenvolvedor | Camden Smith |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Salesforce Classic View (Lightning - Classic)", "version": "0.0.0.2", "description": "Redirects the current Salesforce Lightning page to the Classic version (automatically or manually).", "action": { "default_title": "Salesforce Classic View", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon32x32.png", "128": "images\/icon128x128.png" }, "background": { "service_worker": "background.js" } } |