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.
什么是Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form是由https://iotah.net开发的Chrome扩展程序,该扩展的主要功能是“This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.”。
扩展截图
下载Dynamics CRM 365 Edit Displayed Form扩展crx文件
下载Dynamics CRM 365 Edit Displayed Form扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension requires Dynamics CRM 365 online or on-premise.
扩展基本信息
名称 | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
官方URL | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
简介 | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
文件大小 | 30.32 KB |
安装次数 | 320 |
当前版本 | 1.2 |
更新时间 | 2017-10-17 |
上架时间 | 2017-10-16 |
评分 | 1.00/5 共2次评分 |
开发者 | https://iotah.net |
付费类型 | free |
支持的语言 | 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 } |