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.
Vad är Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form är en Chrome-tillägg utvecklad av https://iotah.net, och dess huvudfunktion är "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Tilläggsskärmbilder
Ladda ner Dynamics CRM 365 Edit Displayed Form-förlängningens CRX-fil
Ladda ner Dynamics CRM 365 Edit Displayed Form-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension requires Dynamics CRM 365 online or on-premise.
Grundläggande Information om Tillägg
Namn | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
Officiell webbadress | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Beskrivning | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Filstorlek | 30.32 KB |
Antal Installationer | 320 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-10-17 |
Publiceringsdatum | 2017-10-16 |
Betyg | 1.00/5 Totalt 2 Betyg |
Utvecklare | https://iotah.net |
Betalningssätt | free |
Stödda Språk | 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 } |