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.
Cos'è Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form è un'estensione di Chrome sviluppata da https://iotah.net, e la sua funzione principale è "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dynamics CRM 365 Edit Displayed Form
Scarica i file di estensione Dynamics CRM 365 Edit Displayed Form in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension requires Dynamics CRM 365 online or on-premise.
Informazioni di Base sull'Estensione
Nome | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
URL Ufficiale | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Descrizione | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Dimensione del File | 30.32 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-10-17 |
Data di Pubblicazione | 2017-10-16 |
Valutazione | 1.00/5 Totale 2 Valutazioni |
Sviluppatore | https://iotah.net |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |