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.

Apa itu Dynamics CRM 365 Edit Displayed Form?

Dynamics CRM 365 Edit Displayed Form adalah ekstensi Chrome yang dikembangkan oleh https://iotah.net, dan fitur utamanya adalah "This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Dynamics CRM 365 Edit Displayed Form

Unduh file ekstensi Dynamics CRM 365 Edit Displayed Form dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Dynamics CRM 365 Edit Displayed Form Dynamics CRM 365 Edit Displayed Form
ID lcbjaeidhfnhipgnoeedapolmbbphkop
URL Resmi https://chromewebstore.google.com/detail/dynamics-crm-365-edit-dis/lcbjaeidhfnhipgnoeedapolmbbphkop
Deskripsi This extension opens the displayed form in edit mode instead of the OOTB behavior of always opening the main form in edit mode.
Ukuran File 30.32 KB
Jumlah Instalasi 320
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-10-17
Tanggal Publikasi 2017-10-16
Penilaian 1.00/5 Total 2 Penilaian
Pengembang https://iotah.net
Tipe Pembayaran free
Bahasa yang Didukung 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
}