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.
What is Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form is a Chrome extension developed by https://iotah.net, and its main feature is "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Extension Screenshots
Download Dynamics CRM 365 Edit Displayed Form Extension CRX File
Download Dynamics CRM 365 Edit Displayed Form extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension requires Dynamics CRM 365 online or on-premise.
Extension Basic Information
Name | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
Official URL | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Description | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
File Size | 30.32 KB |
Installation Count | 320 |
Current Version | 1.2 |
Last Updated | 2017-10-17 |
Publish Date | 2017-10-16 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://iotah.net |
Payment Type | free |
Supported Languages | 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 } |