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 |
官方網址 | 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 } |