Dynamics CRM 365 Edit Displayed Form
This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.
O que é Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form é uma extensão do Chrome desenvolvida por https://iotah.net, e sua principal característica é "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Dynamics CRM 365 Edit Displayed Form
Baixe arquivos de extensão Dynamics CRM 365 Edit Displayed Form 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 extension requires Dynamics CRM 365 online or on-premise.
Informações Básicas da Extensão
Nome | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
URL Oficial | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Descrição | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Tamanho do Arquivo | 30.32 KB |
Contagem de Instalações | 320 |
Versão Atual | 1.2 |
Última Atualização | 2017-10-17 |
Data de Publicação | 2017-10-16 |
Classificação | 1.00/5 Total de 2 Avaliações |
Desenvolvedor | https://iotah.net |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dynamics CRM 365 Edit Displayed Form", "description": "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.", "version": "1.2", "version_name": "1.2", "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Dynamics CRM 365 Edit Displayed Form" }, "web_accessible_resources": [ "script.js" ], "permissions": [ "activeTab", "tabs" ], "manifest_version": 2 } |