Salesforce User Interface Switcher
One button click to switch from Lightning Experience to Classic and back in Salesforce.com
O que é Salesforce User Interface Switcher?
Salesforce User Interface Switcher é uma extensão do Chrome desenvolvida por https://www.tinymask.app, e sua principal característica é "One button click to switch from Lightning Experience to Classic and back in Salesforce.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salesforce User Interface Switcher
Baixe arquivos de extensão Salesforce User Interface Switcher 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
Switch from Lightning Experience to Classic not waiting for a page load complete and highlighting all user names from other orgs.
Informações Básicas da Extensão
Nome | Salesforce User Interface Switcher |
ID | lpdmalpmibhkhelpghhjhmeghodmlhon |
URL Oficial | https://chromewebstore.google.com/detail/salesforce-user-interface/lpdmalpmibhkhelpghhjhmeghodmlhon |
Descrição | One button click to switch from Lightning Experience to Classic and back in Salesforce.com |
Tamanho do Arquivo | 10.31 KB |
Contagem de Instalações | 66 |
Versão Atual | 0.1 |
Última Atualização | 2019-10-16 |
Data de Publicação | 2019-10-16 |
Desenvolvedor | https://www.tinymask.app |
Tipo de Pagamento | free |
Site da Extensão | https://www.tinymask.app/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce User Interface Switcher", "version": "0.1", "manifest_version": 2, "description": "One button click to switch from Lightning Experience to Classic and back in Salesforce.com", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ] } |