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.

Was ist Dynamics CRM 365 Edit Displayed Form?

Dynamics CRM 365 Edit Displayed Form ist eine Chrome-Erweiterung, die von https://iotah.net entwickelt wurde, und ihr Hauptmerkmal ist "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".

Erweiterungsscreenshots

screenshot
screenshot

Dynamics CRM 365 Edit Displayed Form-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dynamics CRM 365 Edit Displayed Form-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension requires Dynamics CRM 365 online or on-premise.                    

Grundlegende Informationen zur Erweiterung

Name Dynamics CRM 365 Edit Displayed Form Dynamics CRM 365 Edit Displayed Form
ID lcbjaeidhfnhipgnoeedapolmbbphkop
Offizielle URL https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop
Beschreibung This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.
Dateigröße 30.32 KB
Installationsanzahl 320
Aktuelle Version 1.2
Letztes Update 2017-10-17
Veröffentlichungsdatum 2017-10-16
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler https://iotah.net
Zahlungsart free
Unterstützte Sprachen 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
}