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.
Co to jest Dynamics CRM 365 Edit Displayed Form?
Dynamics CRM 365 Edit Displayed Form to rozszerzenie Chrome opracowane przez https://iotah.net, a jego główną funkcją jest „This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Dynamics CRM 365 Edit Displayed Form
Pobierz pliki rozszerzeń Dynamics CRM 365 Edit Displayed Form w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension requires Dynamics CRM 365 online or on-premise.
Podstawowe informacje o rozszerzeniu
Nazwa | Dynamics CRM 365 Edit Displayed Form |
ID | lcbjaeidhfnhipgnoeedapolmbbphkop |
Oficjalny URL | https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop |
Opis | This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode. |
Rozmiar pliku | 30.32 KB |
Liczba instalacji | 320 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-10-17 |
Data Publikacji | 2017-10-16 |
Ocena | 1.00/5 Łącznie 2 Oceny |
Deweloper | https://iotah.net |
Typ Płatności | free |
Obsługiwane Języki | 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 } |