Salesforce Lightning Setup Field Type Toggle
Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
O que é Salesforce Lightning Setup Field Type Toggle?
Salesforce Lightning Setup Field Type Toggle é uma extensão do Chrome desenvolvida por https://www.corefindings.com, e sua principal característica é "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Salesforce Lightning Setup Field Type Toggle
Baixe arquivos de extensão Salesforce Lightning Setup Field Type Toggle 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
In Salesforce Lightning Experience there the field list in setup combines all Standard and Custom fields into one table. This extension gives admins the ability to show All, only Standard, or only Custom fields in that table.
Informações Básicas da Extensão
Nome | Salesforce Lightning Setup Field Type Toggle |
ID | ngcmjakknpgjbgedeedpbjhnkibdfofd |
URL Oficial | https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd |
Descrição | Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce. |
Tamanho do Arquivo | 11.5 KB |
Contagem de Instalações | 31 |
Versão Atual | 0.0.0.1 |
Última Atualização | 2018-07-23 |
Data de Publicação | 2018-07-22 |
Desenvolvedor | https://www.corefindings.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | http://www.corefindings.com/privacy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Lightning Setup Field Type Toggle", "version": "0.0.0.1", "description": "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/toggle16.png", "32": "images\/toggle32.png", "64": "images\/toggle64.png", "128": "images\/toggle128.png" } }, "icons": { "16": "images\/toggle16.png", "32": "images\/toggle32.png", "64": "images\/toggle64.png", "128": "images\/toggle128.png" }, "manifest_version": 2 } |