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.
Wat is Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form is een Chrome-extensie ontwikkeld door https://iotah.net, en de belangrijkste functie is "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dynamics CRM 365 Edit Displayed Form
Download Dynamics CRM 365 Edit Displayed Form-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension requires Dynamics CRM 365 online or on-premise.
Basisinformatie over de Extensie
Naam | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
Officiële URL | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Beschrijving | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Bestandsgrootte | 30.32 KB |
Aantal Installaties | 320 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-10-17 |
Publicatiedatum | 2017-10-16 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://iotah.net |
Betalingswijze | free |
Ondersteunde Talen | 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 } |