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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dynamics CRM 365 Edit Displayed Form एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Dynamics CRM 365 Edit Displayed Form 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
}