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 là gì?
Dynamics CRM 365 Edit Displayed Form là một tiện ích mở rộng Chrome được phát triển bởi https://iotah.net, và tính năng chính của nó là "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dynamics CRM 365 Edit Displayed Form
Tải xuống các tệp mở rộng Dynamics CRM 365 Edit Displayed Form dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension requires Dynamics CRM 365 online or on-premise.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
URL Chính Thức | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Mô tả | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Kích Thước Tệp | 30.32 KB |
Số Lần Cài Đặt | 320 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-10-17 |
Ngày Phát Hành | 2017-10-16 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://iotah.net |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |